Html Css Color HEX #879FCD Polo Blue

📋 copy color: '#879FCD'

red 135 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #879FCD

Tints of Polo Blue #879FCD

RGB

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

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

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

R = 27.05%
G = 31.86%
B = 41.08%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879FCD (or 0x879FCD) is known color: Polo Blue. HEX triplet: 87, 9F and CD. RGB value is (135,159,205). Sum of RGB (Red+Green+Blue) = 135+159+205=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #879FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FCD is #786032. Grayscale: #9C9C9C. Windows color (decimal): -7888947 or 13475719. OLE color: 13475719.

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

Color convert

RGB 135 159 205 -
CMYK 0.34 0.22 0 0.20
HSL 219.43º 0.41% 0.67% -
HSV(B) 219.43º 0.34% 0.8% -
XYZ 33.41 34.35 62.63 -
YUV 157.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 135 159 205 0.34 0.22 0 0.20 219.43 0.41 0.67
Hex 87 9F CD 22 16 0 14 DB 29 43
Octal 207 237 315 42 26 0 24 333 51 103
Binary 10000111 10011111 11001101 100010 10110 0 10100 11011011 101001 1000011

Color Harmonies of #879FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FCD

Black with #879FCD

Text Example


Text Example

White with #879FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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