#869FCB

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

Shades of Polo Blue #869FCB

Tints of Polo Blue #869FCB

Color information

#869FCB (or 0x869FCB) is unknown color: approx Polo Blue. HEX triplet: 86, 9F and CB. RGB value is (134,159,203). Sum of RGB (Red+Green+Blue) = 134+159+203=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #869FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FCB is #796034. Grayscale: #9C9C9C. Windows color (decimal): -7954485 or 13344646. OLE color: 13344646.

HSL color Cylindrical-coordinate representation of color #869FCB: hue angle of 218.26º degrees, saturation: 0.4, 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 #869FCB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134159203-
CMYK0.340.2200.20
HSL218.26º39.88%66.08%-
HSV(B)218.26º33.99%79.61%-
XYZ33.0134.1861.36-
YUV156.54154.22111.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=27.02%
G=32.06%
B=40.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341592030.340.2200.20218.2639.8866.08
Hex869FCB2216014da2842
Octal206237313422602433250102
Binary10000110100111111100101110001010110010100110110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,203); }

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

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

 a { background-color: rgb(134,159,203); }

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

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

 span { border-color: rgb(134,159,203); }

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