Shades of Rock Blue #899FB9
Tints of Rock Blue #899FB9
RGB
CMYK
RGB Variations
Color information
#899FB9 (or 0x899FB9) is known color: Rock Blue. HEX triplet: 89, 9F and B9. RGB value is (137,159,185). Sum of RGB (Red+Green+Blue) = 137+159+185=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #899FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FB9 is #766046. Grayscale: #9B9B9B. Windows color (decimal): -7757895 or 12165001. OLE color: 12165001.
HSL color Cylindrical-coordinate representation of color #899FB9: hue angle of 212.5º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899FB9 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 159 | 185 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.27 |
| HSL | 212.5º | 0.26% | 0.63% | - |
| HSV(B) | 212.5º | 0.26% | 0.73% | - |
| XYZ | 31.47 | 33.62 | 50.73 | - |
| YUV | 155.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 185 | 0.26 | 0.14 | 0 | 0.27 | 212.5 | 0.26 | 0.63 |
| Hex | 89 | 9F | B9 | 1A | E | 0 | 1B | D4 | 1A | 3F |
| Octal | 211 | 237 | 271 | 32 | 16 | 0 | 33 | 324 | 32 | 77 |
| Binary | 10001001 | 10011111 | 10111001 | 11010 | 1110 | 0 | 11011 | 11010100 | 11010 | 111111 |
Color Harmonies of #899FB9
Complementary color
Monochromatic Colors of #899FB9
Black with #899FB9
Text Example
Text Example
White with #899FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FB9; }
p { color: rgb(137,159,185); }
H1.HeaderClassName
{
color: #899FB9;
}
.AnyTagClassName
{
color: #899FB9;
}
</style>
background-color css
<style>
a { background-color: #899FB9; }
a { background-color: rgb(137,159,185); }
div.DivClassName
{
background-color: #899FB9;
}
.BgClassName
{
background-color: #899FB9;
}
</style>
border-color css
<style>
span { border-color: #899FB9; }
span { border-color: rgb(137,159,185); }
td.TdClassName
{
border-color: #899FB9;
}
.TagClassName
{
border-color: #899FB9;
}
</style>