Html Css Color HEX #879CCD Polo Blue

📋 copy color: '#879CCD'

red 135 ◦ green 156 ◦ blue 205

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

Shades of Polo Blue #879CCD

Tints of Polo Blue #879CCD

RGB

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

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

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

R = 27.22%
G = 31.45%
B = 41.33%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#879CCD (or 0x879CCD) is known color: Polo Blue. HEX triplet: 87, 9C and CD. RGB value is (135,156,205). Sum of RGB (Red+Green+Blue) = 135+156+205=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #879CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CCD is #786332. Grayscale: #9B9B9B. Windows color (decimal): -7889715 or 13474951. OLE color: 13474951.

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

Color convert

RGB 135 156 205 -
CMYK 0.34 0.24 0 0.20
HSL 222º 0.41% 0.67% -
HSV(B) 222º 0.34% 0.8% -
XYZ 32.9 33.34 62.46 -
YUV 155.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 135 156 205 0.34 0.24 0 0.20 222 0.41 0.67
Hex 87 9C CD 22 18 0 14 DE 29 43
Octal 207 234 315 42 30 0 24 336 51 103
Binary 10000111 10011100 11001101 100010 11000 0 10100 11011110 101001 1000011

Color Harmonies of #879CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CCD

Black with #879CCD

Text Example


Text Example

White with #879CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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