#879EBB

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

Shades of Rock Blue #879EBB

Tints of Rock Blue #879EBB

Color information

#879EBB (or 0x879EBB) is unknown color: approx Rock Blue. HEX triplet: 87, 9E and BB. RGB value is (135,158,187). Sum of RGB (Red+Green+Blue) = 135+158+187=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #879EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EBB is #786144. Grayscale: #9A9A9A. Windows color (decimal): -7889221 or 12295815. OLE color: 12295815.

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

Color convert

RGB135158187-
CMYK0.280.1600.27
HSL213.46º27.66%63.14%-
HSV(B)213.46º27.81%73.33%-
XYZ31.1933.1951.78-
YUV154.43146.38114.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=28.12%
G=32.92%
B=38.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351581870.280.1600.27213.4627.6663.14
Hex879EBB1C1001Bd51c3f
Octal20723627334200333253477
Binary10000111100111101011101111100100000110111101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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