Html Css Color HEX #879DCD Polo Blue

📋 copy color: '#879DCD'

red 135 ◦ green 157 ◦ blue 205

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

Shades of Polo Blue #879DCD

Tints of Polo Blue #879DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 27.16%
G = 31.59%
B = 41.25%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879DCD (or 0x879DCD) is known color: Polo Blue. HEX triplet: 87, 9D and CD. RGB value is (135,157,205). Sum of RGB (Red+Green+Blue) = 135+157+205=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #879DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DCD is #786232. Grayscale: #9B9B9B. Windows color (decimal): -7889459 or 13475207. OLE color: 13475207.

HSL color Cylindrical-coordinate representation of color #879DCD: hue angle of 221.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879DCD is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 157 205 -
CMYK 0.34 0.23 0 0.20
HSL 221.14º 0.41% 0.67% -
HSV(B) 221.14º 0.34% 0.8% -
XYZ 33.07 33.67 62.51 -
YUV 155.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 135 157 205 0.34 0.23 0 0.20 221.14 0.41 0.67
Hex 87 9D CD 22 17 0 14 DD 29 43
Octal 207 235 315 42 27 0 24 335 51 103
Binary 10000111 10011101 11001101 100010 10111 0 10100 11011101 101001 1000011

Color Harmonies of #879DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DCD

Black with #879DCD

Text Example


Text Example

White with #879DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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