#869CCC

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

Shades of Polo Blue #869CCC

Tints of Polo Blue #869CCC

Color information

#869CCC (or 0x869CCC) is unknown color: approx Polo Blue. HEX triplet: 86, 9C and CC. RGB value is (134,156,204). Sum of RGB (Red+Green+Blue) = 134+156+204=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #869CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CCC is #796333. Grayscale: #9A9A9A. Windows color (decimal): -7955252 or 13409414. OLE color: 13409414.

HSL color Cylindrical-coordinate representation of color #869CCC: hue angle of 221.14º 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 #869CCC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134156204-
CMYK0.340.2400.2
HSL221.14º40.7%66.27%-
HSV(B)221.14º34.31%80%-
XYZ32.6233.261.82-
YUV154.89155.71113.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=27.13%
G=31.58%
B=41.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341562040.340.2400.2221.1440.766.27
Hex869CCC2218014dd2942
Octal206234314423002433551102
Binary10000110100111001100110010001011000010100110111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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