#869AF2

Color #869AF2 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #869AF2

Tints of Portage #869AF2

Color information

#869AF2 (or 0x869AF2) is unknown color: approx Portage. HEX triplet: 86, 9A and F2. RGB value is (134,154,242). Sum of RGB (Red+Green+Blue) = 134+154+242=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #869AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AF2 is #79650D. Grayscale: #9D9D9D. Windows color (decimal): -7955726 or 15899270. OLE color: 15899270.

HSL color Cylindrical-coordinate representation of color #869AF2: hue angle of 228.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869AF2 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134154242-
CMYK0.450.3600.05
HSL228.89º80.6%73.73%-
HSV(B)228.89º44.63%94.9%-
XYZ37.4134.5988.71-
YUV158.05175.37110.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 242 (94.92% from 255) = 45.66%
R=25.28%
G=29.06%
B=45.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341542420.450.3600.05228.8980.673.73
Hex869AF22D2405e5514a
Octal206232362554405345121112
Binary10000110100110101111001010110110010001011110010110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869AF2; }

 p { color: rgb(134,154,242); }

 H1.HeaderClassName
 {
   color: #869AF2;
 }
 .AnyTagClassName
 {
   color: #869AF2;
 }
</style>
background-color css

<style>
 a { background-color: #869AF2; }

 a { background-color: rgb(134,154,242); }

 div.DivClassName
 {
   background-color: #869AF2;
 }
 .BgClassName
 {
   background-color: #869AF2;
 }
</style>
border-color css

<style>
 span { border-color: #869AF2; }

 span { border-color: rgb(134,154,242); }

 td.TdClassName
 {
   border-color: #869AF2;
 }
 .TagClassName
 {
   border-color: #869AF2;
 }
</style>