Html Css Color HEX #879EBC Rock Blue

📋 copy color: '#879EBC'

red 135 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #879EBC

Tints of Rock Blue #879EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 28.07%
G = 32.85%
B = 39.09%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#879EBC (or 0x879EBC) is known color: Rock Blue. HEX triplet: 87, 9E and BC. RGB value is (135,158,188). Sum of RGB (Red+Green+Blue) = 135+158+188=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #879EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EBC is #786143. Grayscale: #9A9A9A. Windows color (decimal): -7889220 or 12361351. OLE color: 12361351.

HSL color Cylindrical-coordinate representation of color #879EBC: hue angle of 213.96º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879EBC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 158 188 -
CMYK 0.28 0.16 0 0.26
HSL 213.96º 0.28% 0.63% -
HSV(B) 213.96º 0.28% 0.74% -
XYZ 31.3 33.24 52.34 -
YUV 154.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 135 158 188 0.28 0.16 0 0.26 213.96 0.28 0.63
Hex 87 9E BC 1C 10 0 1A D6 1C 3F
Octal 207 236 274 34 20 0 32 326 34 77
Binary 10000111 10011110 10111100 11100 10000 0 11010 11010110 11100 111111

Color Harmonies of #879EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EBC

Black with #879EBC

Text Example


Text Example

White with #879EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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