#899ebe

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

Shades of Rock Blue #899EBE

Tints of Rock Blue #899EBE

Color information

#899EBE (or 0x899EBE) is unknown color: approx Rock Blue. HEX triplet: 89, 9E and BE. RGB value is (137,158,190). Sum of RGB (Red+Green+Blue) = 137+158+190=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #899EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EBE is #766141. Grayscale: #9B9B9B. Windows color (decimal): -7758146 or 12492425. OLE color: 12492425.

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

Color convert

RGB137158190-
CMYK0.280.1700.25
HSL216.23º28.96%64.12%-
HSV(B)216.23º27.89%74.51%-
XYZ31.8433.4953.5-
YUV155.37147.54114.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=28.25%
G=32.58%
B=39.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371581900.280.1700.25216.2328.9664.12
Hex899EBE1C11019d81d40
Octal211236276342103133035100
Binary100010011001111010111110111001000101100111011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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