#879EBE

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

Shades of Rock Blue #879EBE

Tints of Rock Blue #879EBE

Color information

#879EBE (or 0x879EBE) is unknown color: approx Rock Blue. HEX triplet: 87, 9E and BE. RGB value is (135,158,190). Sum of RGB (Red+Green+Blue) = 135+158+190=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #879EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EBE is #786141. Grayscale: #9A9A9A. Windows color (decimal): -7889218 or 12492423. OLE color: 12492423.

HSL color Cylindrical-coordinate representation of color #879EBE: hue angle of 214.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #879EBE is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135158190-
CMYK0.290.1700.25
HSL214.91º29.73%63.73%-
HSV(B)214.91º28.95%74.51%-
XYZ31.5133.3253.49-
YUV154.77147.88113.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.95%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=27.95%
G=32.71%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351581900.290.1700.25214.9129.7363.73
Hex879EBE1D11019d71e40
Octal207236276352103132736100
Binary100001111001111010111110111011000101100111010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #879EBE;
 }
 .AnyTagClassName
 {
   color: #879EBE;
 }
</style>
background-color css

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

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

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

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

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

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