#899DBC

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

Shades of Rock Blue #899DBC

Tints of Rock Blue #899DBC

Color information

#899DBC (or 0x899DBC) is unknown color: approx Rock Blue. HEX triplet: 89, 9D and BC. RGB value is (137,157,188). Sum of RGB (Red+Green+Blue) = 137+157+188=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #899DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DBC is #766243. Grayscale: #9A9A9A. Windows color (decimal): -7758404 or 12361097. OLE color: 12361097.

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

Color convert

RGB137157188-
CMYK0.270.1600.26
HSL216.47º27.57%63.73%-
HSV(B)216.47º27.13%73.73%-
XYZ31.4533.0652.3-
YUV154.55146.87115.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=28.42%
G=32.57%
B=39.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371571880.270.1600.26216.4727.5763.73
Hex899DBC1B1001Ad81c40
Octal211235274332003233034100
Binary100010011001110110111100110111000001101011011000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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