Html Css Color HEX #879DCB Polo Blue

📋 copy color: '#879DCB'

red 135 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #879DCB

Tints of Polo Blue #879DCB

RGB

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

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

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

R = 27.27%
G = 31.72%
B = 41.01%

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

#879DCB (or 0x879DCB) is known color: Polo Blue. HEX triplet: 87, 9D and CB. RGB value is (135,157,203). Sum of RGB (Red+Green+Blue) = 135+157+203=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #879DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DCB is #786234. Grayscale: #9B9B9B. Windows color (decimal): -7889461 or 13344135. OLE color: 13344135.

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

Color convert

RGB 135 157 203 -
CMYK 0.33 0.23 0 0.20
HSL 220.59º 0.4% 0.66% -
HSV(B) 220.59º 0.33% 0.8% -
XYZ 32.83 33.58 61.25 -
YUV 155.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 135 157 203 0.33 0.23 0 0.20 220.59 0.4 0.66
Hex 87 9D CB 21 17 0 14 DD 28 42
Octal 207 235 313 41 27 0 24 335 50 102
Binary 10000111 10011101 11001011 100001 10111 0 10100 11011101 101000 1000010

Color Harmonies of #879DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DCB

Black with #879DCB

Text Example


Text Example

White with #879DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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