Html Css Color HEX #879EC2 Polo Blue

📋 copy color: '#879EC2'

red 135 ◦ green 158 ◦ blue 194

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

Shades of Polo Blue #879EC2

Tints of Polo Blue #879EC2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 27.72%
G = 32.44%
B = 39.84%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#879EC2 (or 0x879EC2) is known color: Polo Blue. HEX triplet: 87, 9E and C2. RGB value is (135,158,194). Sum of RGB (Red+Green+Blue) = 135+158+194=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #879EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EC2 is #78613D. Grayscale: #9B9B9B. Windows color (decimal): -7889214 or 12754567. OLE color: 12754567.

HSL color Cylindrical-coordinate representation of color #879EC2: hue angle of 216.61º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879EC2 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 158 194 -
CMYK 0.30 0.19 0 0.24
HSL 216.61º 0.33% 0.65% -
HSV(B) 216.61º 0.3% 0.76% -
XYZ 31.96 33.5 55.82 -
YUV 155.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 135 158 194 0.30 0.19 0 0.24 216.61 0.33 0.65
Hex 87 9E C2 1E 13 0 18 D9 21 41
Octal 207 236 302 36 23 0 30 331 41 101
Binary 10000111 10011110 11000010 11110 10011 0 11000 11011001 100001 1000001

Color Harmonies of #879EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EC2

Black with #879EC2

Text Example


Text Example

White with #879EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,158,194); }

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

background-color css

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

 a { background-color: rgb(135,158,194); }

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

border-color css

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

 span { border-color: rgb(135,158,194); }

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