#879BBE

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

Shades of Rock Blue #879BBE

Tints of Rock Blue #879BBE

Color information

#879BBE (or 0x879BBE) is unknown color: approx Rock Blue. HEX triplet: 87, 9B and BE. RGB value is (135,155,190). Sum of RGB (Red+Green+Blue) = 135+155+190=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #879BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBE is #786441. Grayscale: #989898. Windows color (decimal): -7889986 or 12491655. OLE color: 12491655.

HSL color Cylindrical-coordinate representation of color #879BBE: hue angle of 218.18º 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 #879BBE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135155190-
CMYK0.290.1800.25
HSL218.18º29.73%63.73%-
HSV(B)218.18º28.95%74.51%-
XYZ31.0132.3153.32-
YUV153.01148.87115.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=28.12%
G=32.29%
B=39.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351551900.290.1800.25218.1829.7363.73
Hex879BBE1D12019da1e40
Octal207233276352203133236100
Binary100001111001101110111110111011001001100111011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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