Html Css Color HEX #879DC9 Polo Blue

📋 copy color: '#879DC9'

red 135 ◦ green 157 ◦ blue 201

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

Shades of Polo Blue #879DC9

Tints of Polo Blue #879DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.85%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 27.38%
G = 31.85%
B = 40.77%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#879DC9 (or 0x879DC9) is known color: Polo Blue. HEX triplet: 87, 9D and C9. RGB value is (135,157,201). Sum of RGB (Red+Green+Blue) = 135+157+201=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #879DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DC9 is #786236. Grayscale: #9B9B9B. Windows color (decimal): -7889463 or 13213063. OLE color: 13213063.

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

Color convert

RGB 135 157 201 -
CMYK 0.33 0.22 0 0.21
HSL 220º 0.38% 0.66% -
HSV(B) 220º 0.33% 0.79% -
XYZ 32.59 33.48 60 -
YUV 155.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 135 157 201 0.33 0.22 0 0.21 220 0.38 0.66
Hex 87 9D C9 21 16 0 15 DC 26 42
Octal 207 235 311 41 26 0 25 334 46 102
Binary 10000111 10011101 11001001 100001 10110 0 10101 11011100 100110 1000010

Color Harmonies of #879DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DC9

Black with #879DC9

Text Example


Text Example

White with #879DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,157,201); }

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

background-color css

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

 a { background-color: rgb(135,157,201); }

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

border-color css

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

 span { border-color: rgb(135,157,201); }

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