Html Css Color HEX #879FD2 Polo Blue

📋 copy color: '#879FD2'

red 135 ◦ green 159 ◦ blue 210

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

Shades of Polo Blue #879FD2

Tints of Polo Blue #879FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 26.79%
G = 31.55%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#879FD2 (or 0x879FD2) is known color: Polo Blue. HEX triplet: 87, 9F and D2. RGB value is (135,159,210). Sum of RGB (Red+Green+Blue) = 135+159+210=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #879FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FD2 is #78602D. Grayscale: #9D9D9D. Windows color (decimal): -7888942 or 13803399. OLE color: 13803399.

HSL color Cylindrical-coordinate representation of color #879FD2: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #879FD2 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 159 210 -
CMYK 0.36 0.24 0 0.18
HSL 220.8º 0.45% 0.68% -
HSV(B) 220.8º 0.36% 0.82% -
XYZ 34.02 34.6 65.86 -
YUV 157.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 135 159 210 0.36 0.24 0 0.18 220.8 0.45 0.68
Hex 87 9F D2 24 18 0 12 DD 2D 44
Octal 207 237 322 44 30 0 22 335 55 104
Binary 10000111 10011111 11010010 100100 11000 0 10010 11011101 101101 1000100

Color Harmonies of #879FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FD2

Black with #879FD2

Text Example


Text Example

White with #879FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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