Html Css Color HEX #879DCC Polo Blue

📋 copy color: '#879DCC'

red 135 ◦ green 157 ◦ blue 204

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

Shades of Polo Blue #879DCC

Tints of Polo Blue #879DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 27.22%
G = 31.65%
B = 41.13%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#879DCC (or 0x879DCC) is known color: Polo Blue. HEX triplet: 87, 9D and CC. RGB value is (135,157,204). Sum of RGB (Red+Green+Blue) = 135+157+204=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #879DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DCC is #786233. Grayscale: #9B9B9B. Windows color (decimal): -7889460 or 13409671. OLE color: 13409671.

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

Color convert

RGB 135 157 204 -
CMYK 0.34 0.23 0 0.2
HSL 220.87º 0.4% 0.66% -
HSV(B) 220.87º 0.34% 0.8% -
XYZ 32.95 33.62 61.88 -
YUV 155.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 135 157 204 0.34 0.23 0 0.2 220.87 0.4 0.66
Hex 87 9D CC 22 17 0 14 DD 28 42
Octal 207 235 314 42 27 0 24 335 50 102
Binary 10000111 10011101 11001100 100010 10111 0 10100 11011101 101000 1000010

Color Harmonies of #879DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DCC

Black with #879DCC

Text Example


Text Example

White with #879DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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