Html Css Color HEX #879FCB Polo Blue

📋 copy color: '#879FCB'

red 135 ◦ green 159 ◦ blue 203

#879FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #879FCB

Tints of Polo Blue #879FCB

RGB

 RED value IS 135 (53.13% from 255) = 27.16%

 GREEN value IS 159 (62.5% from 255) = 31.99%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 27.16%
G = 31.99%
B = 40.85%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879FCB (or 0x879FCB) is known color: Polo Blue. HEX triplet: 87, 9F and CB. RGB value is (135,159,203). Sum of RGB (Red+Green+Blue) = 135+159+203=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #879FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCB is #786034. Grayscale: #9C9C9C. Windows color (decimal): -7888949 or 13344647. OLE color: 13344647.

HSL color Cylindrical-coordinate representation of color #879FCB: hue angle of 218.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #879FCB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 159 203 -
CMYK 0.33 0.22 0 0.20
HSL 218.82º 0.4% 0.66% -
HSV(B) 218.82º 0.33% 0.8% -
XYZ 33.17 34.26 61.36 -
YUV 156.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 135 159 203 0.33 0.22 0 0.20 218.82 0.4 0.66
Hex 87 9F CB 21 16 0 14 DB 28 42
Octal 207 237 313 41 26 0 24 333 50 102
Binary 10000111 10011111 11001011 100001 10110 0 10100 11011011 101000 1000010

Color Harmonies of #879FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FCB

Black with #879FCB

Text Example


Text Example

White with #879FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #879FCB;
 }
 .AnyTagClassName
 {
   color: #879FCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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