Shades of Rock Blue #899ABE
Tints of Rock Blue #899ABE
RGB
CMYK
RGB Variations
Color information
#899ABE (or 0x899ABE) is known color: Rock Blue. HEX triplet: 89, 9A and BE. RGB value is (137,154,190). Sum of RGB (Red+Green+Blue) = 137+154+190=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #899ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ABE is #766541. Grayscale: #989898. Windows color (decimal): -7759170 or 12491401. OLE color: 12491401.
HSL color Cylindrical-coordinate representation of color #899ABE: hue angle of 220.75º 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 #899ABE is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 154 | 190 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.25 |
| HSL | 220.75º | 0.29% | 0.64% | - |
| HSV(B) | 220.75º | 0.28% | 0.75% | - |
| XYZ | 31.17 | 32.15 | 53.28 | - |
| YUV | 153.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 190 | 0.28 | 0.19 | 0 | 0.25 | 220.75 | 0.29 | 0.64 |
| Hex | 89 | 9A | BE | 1C | 13 | 0 | 19 | DD | 1D | 40 |
| Octal | 211 | 232 | 276 | 34 | 23 | 0 | 31 | 335 | 35 | 100 |
| Binary | 10001001 | 10011010 | 10111110 | 11100 | 10011 | 0 | 11001 | 11011101 | 11101 | 1000000 |
Color Harmonies of #899ABE
Complementary color
Monochromatic Colors of #899ABE
Black with #899ABE
Text Example
Text Example
White with #899ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899ABE; }
p { color: rgb(137,154,190); }
H1.HeaderClassName
{
color: #899ABE;
}
.AnyTagClassName
{
color: #899ABE;
}
</style>
background-color css
<style>
a { background-color: #899ABE; }
a { background-color: rgb(137,154,190); }
div.DivClassName
{
background-color: #899ABE;
}
.BgClassName
{
background-color: #899ABE;
}
</style>
border-color css
<style>
span { border-color: #899ABE; }
span { border-color: rgb(137,154,190); }
td.TdClassName
{
border-color: #899ABE;
}
.TagClassName
{
border-color: #899ABE;
}
</style>