#899EBB

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

Shades of Rock Blue #899EBB

Tints of Rock Blue #899EBB

Color information

#899EBB (or 0x899EBB) is unknown color: approx Rock Blue. HEX triplet: 89, 9E and BB. RGB value is (137,158,187). Sum of RGB (Red+Green+Blue) = 137+158+187=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #899EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EBB is #766144. Grayscale: #9A9A9A. Windows color (decimal): -7758149 or 12295817. OLE color: 12295817.

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

Color convert

RGB137158187-
CMYK0.270.1600.27
HSL214.8º26.88%63.53%-
HSV(B)214.8º26.74%73.33%-
XYZ31.5133.3651.79-
YUV155.03146.04115.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=28.42%
G=32.78%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371581870.270.1600.27214.826.8863.53
Hex899EBB1B1001Bd71b40
Octal211236273332003332733100
Binary100010011001111010111011110111000001101111010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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