Shades of Rock Blue #899BBF
Tints of Rock Blue #899BBF
RGB
CMYK
RGB Variations
Color information
#899BBF (or 0x899BBF) is known color: Rock Blue. HEX triplet: 89, 9B and BF. RGB value is (137,155,191). Sum of RGB (Red+Green+Blue) = 137+155+191=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #899BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BBF is #766440. Grayscale: #999999. Windows color (decimal): -7758913 or 12557193. OLE color: 12557193.
HSL color Cylindrical-coordinate representation of color #899BBF: hue angle of 220º 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 #899BBF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 155 | 191 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.25 |
| HSL | 220º | 0.3% | 0.64% | - |
| HSV(B) | 220º | 0.28% | 0.75% | - |
| XYZ | 31.44 | 32.52 | 53.91 | - |
| YUV | 153.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 191 | 0.28 | 0.19 | 0 | 0.25 | 220 | 0.3 | 0.64 |
| Hex | 89 | 9B | BF | 1C | 13 | 0 | 19 | DC | 1E | 40 |
| Octal | 211 | 233 | 277 | 34 | 23 | 0 | 31 | 334 | 36 | 100 |
| Binary | 10001001 | 10011011 | 10111111 | 11100 | 10011 | 0 | 11001 | 11011100 | 11110 | 1000000 |
Color Harmonies of #899BBF
Complementary color
Monochromatic Colors of #899BBF
Black with #899BBF
Text Example
Text Example
White with #899BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BBF; }
p { color: rgb(137,155,191); }
H1.HeaderClassName
{
color: #899BBF;
}
.AnyTagClassName
{
color: #899BBF;
}
</style>
background-color css
<style>
a { background-color: #899BBF; }
a { background-color: rgb(137,155,191); }
div.DivClassName
{
background-color: #899BBF;
}
.BgClassName
{
background-color: #899BBF;
}
</style>
border-color css
<style>
span { border-color: #899BBF; }
span { border-color: rgb(137,155,191); }
td.TdClassName
{
border-color: #899BBF;
}
.TagClassName
{
border-color: #899BBF;
}
</style>