#879EBD

Color #879EBD Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #879EBD

Tints of Rock Blue #879EBD

Color information

#879EBD (or 0x879EBD) is unknown color: approx 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

RGB135158189-
CMYK0.290.1600.26
HSL214.44º29.03%63.53%-
HSV(B)214.44º28.57%74.12%-
XYZ31.433.2852.91-
YUV154.66147.38113.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351581890.290.1600.26214.4429.0363.53
Hex879EBD1D1001Ad61d40
Octal207236275352003232635100
Binary100001111001111010111101111011000001101011010110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>