Shades of Rock Blue #899BBD
Tints of Rock Blue #899BBD
RGB
CMYK
RGB Variations
Color information
#899BBD (or 0x899BBD) is known color: Rock Blue. HEX triplet: 89, 9B and BD. RGB value is (137,155,189). Sum of RGB (Red+Green+Blue) = 137+155+189=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #899BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BBD is #766442. Grayscale: #999999. Windows color (decimal): -7758915 or 12426121. OLE color: 12426121.
HSL color Cylindrical-coordinate representation of color #899BBD: hue angle of 219.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899BBD is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 155 | 189 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.26 |
| HSL | 219.23º | 0.28% | 0.64% | - |
| HSV(B) | 219.23º | 0.28% | 0.74% | - |
| XYZ | 31.22 | 32.44 | 52.76 | - |
| YUV | 153.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 189 | 0.28 | 0.18 | 0 | 0.26 | 219.23 | 0.28 | 0.64 |
| Hex | 89 | 9B | BD | 1C | 12 | 0 | 1A | DB | 1C | 40 |
| Octal | 211 | 233 | 275 | 34 | 22 | 0 | 32 | 333 | 34 | 100 |
| Binary | 10001001 | 10011011 | 10111101 | 11100 | 10010 | 0 | 11010 | 11011011 | 11100 | 1000000 |
Color Harmonies of #899BBD
Complementary color
Monochromatic Colors of #899BBD
Black with #899BBD
Text Example
Text Example
White with #899BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BBD; }
p { color: rgb(137,155,189); }
H1.HeaderClassName
{
color: #899BBD;
}
.AnyTagClassName
{
color: #899BBD;
}
</style>
background-color css
<style>
a { background-color: #899BBD; }
a { background-color: rgb(137,155,189); }
div.DivClassName
{
background-color: #899BBD;
}
.BgClassName
{
background-color: #899BBD;
}
</style>
border-color css
<style>
span { border-color: #899BBD; }
span { border-color: rgb(137,155,189); }
td.TdClassName
{
border-color: #899BBD;
}
.TagClassName
{
border-color: #899BBD;
}
</style>