Html Css Color HEX #879EBD Rock Blue

📋 copy color: '#879EBD'

red 135 ◦ green 158 ◦ blue 189

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

Shades of Rock Blue #879EBD

Tints of Rock Blue #879EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 28.01%
G = 32.78%
B = 39.21%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#879EBD (or 0x879EBD) is known color: Rock Blue. HEX triplet: 87, 9E and BD. RGB value is (135,158,189). Sum of RGB (Red+Green+Blue) = 135+158+189=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #879EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EBD is #786142. Grayscale: #9A9A9A. Windows color (decimal): -7889219 or 12426887. OLE color: 12426887.

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

Color convert

RGB 135 158 189 -
CMYK 0.29 0.16 0 0.26
HSL 214.44º 0.29% 0.64% -
HSV(B) 214.44º 0.29% 0.74% -
XYZ 31.4 33.28 52.91 -
YUV 154.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 135 158 189 0.29 0.16 0 0.26 214.44 0.29 0.64
Hex 87 9E BD 1D 10 0 1A D6 1D 40
Octal 207 236 275 35 20 0 32 326 35 100
Binary 10000111 10011110 10111101 11101 10000 0 11010 11010110 11101 1000000

Color Harmonies of #879EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EBD

Black with #879EBD

Text Example


Text Example

White with #879EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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