#869ECC

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

Shades of Polo Blue #869ECC

Tints of Polo Blue #869ECC

Color information

#869ECC (or 0x869ECC) is unknown color: approx Polo Blue. HEX triplet: 86, 9E and CC. RGB value is (134,158,204). Sum of RGB (Red+Green+Blue) = 134+158+204=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #869ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ECC is #796133. Grayscale: #9B9B9B. Windows color (decimal): -7954740 or 13409926. OLE color: 13409926.

HSL color Cylindrical-coordinate representation of color #869ECC: hue angle of 219.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #869ECC is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134158204-
CMYK0.340.2300.2
HSL219.43º40.7%66.27%-
HSV(B)219.43º34.31%80%-
XYZ32.9633.8861.93-
YUV156.07155.05112.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=27.02%
G=31.85%
B=41.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341582040.340.2300.2219.4340.766.27
Hex869ECC2217014db2942
Octal206236314422702433351102
Binary10000110100111101100110010001010111010100110110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,204); }

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

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

 a { background-color: rgb(134,158,204); }

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

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

 span { border-color: rgb(134,158,204); }

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