Html Css Color HEX #879CCB Polo Blue

📋 copy color: '#879CCB'

red 135 ◦ green 156 ◦ blue 203

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

Shades of Polo Blue #879CCB

Tints of Polo Blue #879CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 27.33%
G = 31.58%
B = 41.09%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879CCB (or 0x879CCB) is known color: Polo Blue. HEX triplet: 87, 9C and CB. RGB value is (135,156,203). Sum of RGB (Red+Green+Blue) = 135+156+203=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #879CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CCB is #786334. Grayscale: #9A9A9A. Windows color (decimal): -7889717 or 13343879. OLE color: 13343879.

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

Color convert

RGB 135 156 203 -
CMYK 0.33 0.23 0 0.20
HSL 221.47º 0.4% 0.66% -
HSV(B) 221.47º 0.33% 0.8% -
XYZ 32.66 33.24 61.19 -
YUV 155.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 135 156 203 0.33 0.23 0 0.20 221.47 0.4 0.66
Hex 87 9C CB 21 17 0 14 DD 28 42
Octal 207 234 313 41 27 0 24 335 50 102
Binary 10000111 10011100 11001011 100001 10111 0 10100 11011101 101000 1000010

Color Harmonies of #879CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CCB

Black with #879CCB

Text Example


Text Example

White with #879CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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