Html Css Color HEX #879BC4 Polo Blue

📋 copy color: '#879BC4'

red 135 ◦ green 155 ◦ blue 196

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

Shades of Polo Blue #879BC4

Tints of Polo Blue #879BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 27.78%
G = 31.89%
B = 40.33%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#879BC4 (or 0x879BC4) is known color: Polo Blue. HEX triplet: 87, 9B and C4. RGB value is (135,155,196). Sum of RGB (Red+Green+Blue) = 135+155+196=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #879BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BC4 is #78643B. Grayscale: #999999. Windows color (decimal): -7889980 or 12884871. OLE color: 12884871.

HSL color Cylindrical-coordinate representation of color #879BC4: hue angle of 220.33º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #879BC4 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 135 155 196 -
CMYK 0.31 0.21 0 0.23
HSL 220.33º 0.34% 0.65% -
HSV(B) 220.33º 0.31% 0.77% -
XYZ 31.68 32.58 56.84 -
YUV 153.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 135 155 196 0.31 0.21 0 0.23 220.33 0.34 0.65
Hex 87 9B C4 1F 15 0 17 DC 22 41
Octal 207 233 304 37 25 0 27 334 42 101
Binary 10000111 10011011 11000100 11111 10101 0 10111 11011100 100010 1000001

Color Harmonies of #879BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BC4

Black with #879BC4

Text Example


Text Example

White with #879BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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