Html Css Color HEX #879FCC Polo Blue

📋 copy color: '#879FCC'

red 135 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #879FCC

Tints of Polo Blue #879FCC

RGB

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

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

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

R = 27.11%
G = 31.93%
B = 40.96%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#879FCC (or 0x879FCC) is known color: Polo Blue. HEX triplet: 87, 9F and CC. RGB value is (135,159,204). Sum of RGB (Red+Green+Blue) = 135+159+204=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #879FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCC is #786033. Grayscale: #9C9C9C. Windows color (decimal): -7888948 or 13410183. OLE color: 13410183.

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

Color convert

RGB 135 159 204 -
CMYK 0.34 0.22 0 0.2
HSL 219.13º 0.4% 0.66% -
HSV(B) 219.13º 0.34% 0.8% -
XYZ 33.29 34.31 61.99 -
YUV 156.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 135 159 204 0.34 0.22 0 0.2 219.13 0.4 0.66
Hex 87 9F CC 22 16 0 14 DB 28 42
Octal 207 237 314 42 26 0 24 333 50 102
Binary 10000111 10011111 11001100 100010 10110 0 10100 11011011 101000 1000010

Color Harmonies of #879FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FCC

Black with #879FCC

Text Example


Text Example

White with #879FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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