#899BB6

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

Shades of Rock Blue #899BB6

Tints of Rock Blue #899BB6

Color information

#899BB6 (or 0x899BB6) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and B6. RGB value is (137,155,182). Sum of RGB (Red+Green+Blue) = 137+155+182=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #899BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB6 is #766449. Grayscale: #989898. Windows color (decimal): -7758922 or 11967369. OLE color: 11967369.

HSL color Cylindrical-coordinate representation of color #899BB6: hue angle of 216º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899BB6 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137155182-
CMYK0.250.1500.29
HSL216º23.56%62.55%-
HSV(B)216º24.73%71.37%-
XYZ30.4832.1448.85-
YUV152.7144.54116.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=28.90%
G=32.70%
B=38.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371551820.250.1500.2921623.5662.55
Hex899BB619F01Dd8183f
Octal21123326631170353303077
Binary1000100110011011101101101100111110111011101100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899BB6; }

 p { color: rgb(137,155,182); }

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

<style>
 a { background-color: #899BB6; }

 a { background-color: rgb(137,155,182); }

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

<style>
 span { border-color: #899BB6; }

 span { border-color: rgb(137,155,182); }

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