#899DBE

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

Shades of Rock Blue #899DBE

Tints of Rock Blue #899DBE

Color information

#899DBE (or 0x899DBE) is unknown color: approx Rock Blue. HEX triplet: 89, 9D and BE. RGB value is (137,157,190). Sum of RGB (Red+Green+Blue) = 137+157+190=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #899DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DBE is #766241. Grayscale: #9A9A9A. Windows color (decimal): -7758402 or 12492169. OLE color: 12492169.

HSL color Cylindrical-coordinate representation of color #899DBE: hue angle of 217.36º 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 #899DBE is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137157190-
CMYK0.280.1700.25
HSL217.36º28.96%64.12%-
HSV(B)217.36º27.89%74.51%-
XYZ31.6733.1553.44-
YUV154.78147.87115.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=28.31%
G=32.44%
B=39.26%

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
Decimal1371571900.280.1700.25217.3628.9664.12
Hex899DBE1C11019d91d40
Octal211235276342103133135100
Binary100010011001110110111110111001000101100111011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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