#869CCA

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

Shades of Polo Blue #869CCA

Tints of Polo Blue #869CCA

Color information

#869CCA (or 0x869CCA) is unknown color: approx Polo Blue. HEX triplet: 86, 9C and CA. RGB value is (134,156,202). Sum of RGB (Red+Green+Blue) = 134+156+202=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #869CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCA is #796335. Grayscale: #9A9A9A. Windows color (decimal): -7955254 or 13278342. OLE color: 13278342.

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

Color convert

RGB134156202-
CMYK0.340.2300.21
HSL220.59º39.08%65.88%-
HSV(B)220.59º33.66%79.22%-
XYZ32.3833.1160.56-
YUV154.67154.71113.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=27.24%
G=31.71%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341562020.340.2300.21220.5939.0865.88
Hex869CCA2217015dd2742
Octal206234312422702533547102
Binary10000110100111001100101010001010111010101110111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,202); }

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

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

 a { background-color: rgb(134,156,202); }

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

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

 span { border-color: rgb(134,156,202); }

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