Html Css Color HEX #879BC7 Polo Blue

📋 copy color: '#879BC7'

red 135 ◦ green 155 ◦ blue 199

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

Shades of Polo Blue #879BC7

Tints of Polo Blue #879BC7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 27.61%
G = 31.7%
B = 40.7%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#879BC7 (or 0x879BC7) is known color: Polo Blue. HEX triplet: 87, 9B and C7. RGB value is (135,155,199). Sum of RGB (Red+Green+Blue) = 135+155+199=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #879BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BC7 is #786438. Grayscale: #999999. Windows color (decimal): -7889977 or 13081479. OLE color: 13081479.

HSL color Cylindrical-coordinate representation of color #879BC7: hue angle of 221.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #879BC7 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 155 199 -
CMYK 0.32 0.22 0 0.22
HSL 221.25º 0.36% 0.65% -
HSV(B) 221.25º 0.32% 0.78% -
XYZ 32.02 32.72 58.66 -
YUV 154.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 135 155 199 0.32 0.22 0 0.22 221.25 0.36 0.65
Hex 87 9B C7 20 16 0 16 DD 24 41
Octal 207 233 307 40 26 0 26 335 44 101
Binary 10000111 10011011 11000111 100000 10110 0 10110 11011101 100100 1000001

Color Harmonies of #879BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BC7

Black with #879BC7

Text Example


Text Example

White with #879BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,155,199); }

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

background-color css

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

 a { background-color: rgb(135,155,199); }

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

border-color css

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

 span { border-color: rgb(135,155,199); }

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