Html Css Color HEX #879ECB Polo Blue

📋 copy color: '#879ECB'

red 135 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #879ECB

Tints of Polo Blue #879ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.85%

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

R = 27.22%
G = 31.85%
B = 40.93%

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

#879ECB (or 0x879ECB) is known color: Polo Blue. HEX triplet: 87, 9E and CB. RGB value is (135,158,203). Sum of RGB (Red+Green+Blue) = 135+158+203=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #879ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ECB is #786134. Grayscale: #9C9C9C. Windows color (decimal): -7889205 or 13344391. OLE color: 13344391.

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

Color convert

RGB 135 158 203 -
CMYK 0.33 0.22 0 0.20
HSL 219.71º 0.4% 0.66% -
HSV(B) 219.71º 0.33% 0.8% -
XYZ 33 33.92 61.31 -
YUV 156.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 135 158 203 0.33 0.22 0 0.20 219.71 0.4 0.66
Hex 87 9E CB 21 16 0 14 DC 28 42
Octal 207 236 313 41 26 0 24 334 50 102
Binary 10000111 10011110 11001011 100001 10110 0 10100 11011100 101000 1000010

Color Harmonies of #879ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ECB

Black with #879ECB

Text Example


Text Example

White with #879ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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