Shades of Rock Blue #899ABF
Tints of Rock Blue #899ABF
RGB
CMYK
RGB Variations
Color information
#899ABF (or 0x899ABF) is known color: Rock Blue. HEX triplet: 89, 9A and BF. RGB value is (137,154,191). Sum of RGB (Red+Green+Blue) = 137+154+191=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #899ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ABF is #766540. Grayscale: #989898. Windows color (decimal): -7759169 or 12556937. OLE color: 12556937.
HSL color Cylindrical-coordinate representation of color #899ABF: hue angle of 221.11º degrees, saturation: 0.3, 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 #899ABF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 154 | 191 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.25 |
| HSL | 221.11º | 0.3% | 0.64% | - |
| HSV(B) | 221.11º | 0.28% | 0.75% | - |
| XYZ | 31.28 | 32.19 | 53.86 | - |
| YUV | 153.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 191 | 0.28 | 0.19 | 0 | 0.25 | 221.11 | 0.3 | 0.64 |
| Hex | 89 | 9A | BF | 1C | 13 | 0 | 19 | DD | 1E | 40 |
| Octal | 211 | 232 | 277 | 34 | 23 | 0 | 31 | 335 | 36 | 100 |
| Binary | 10001001 | 10011010 | 10111111 | 11100 | 10011 | 0 | 11001 | 11011101 | 11110 | 1000000 |
Color Harmonies of #899ABF
Complementary color
Monochromatic Colors of #899ABF
Black with #899ABF
Text Example
Text Example
White with #899ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ABF; }
p { color: rgb(137,154,191); }
H1.HeaderClassName
{
color: #899ABF;
}
.AnyTagClassName
{
color: #899ABF;
}
</style>
background-color css
<style>
a { background-color: #899ABF; }
a { background-color: rgb(137,154,191); }
div.DivClassName
{
background-color: #899ABF;
}
.BgClassName
{
background-color: #899ABF;
}
</style>
border-color css
<style>
span { border-color: #899ABF; }
span { border-color: rgb(137,154,191); }
td.TdClassName
{
border-color: #899ABF;
}
.TagClassName
{
border-color: #899ABF;
}
</style>