Shades of Rock Blue #899FBA
Tints of Rock Blue #899FBA
RGB
CMYK
RGB Variations
Color information
#899FBA (or 0x899FBA) is known color: Rock Blue. HEX triplet: 89, 9F and BA. RGB value is (137,159,186). Sum of RGB (Red+Green+Blue) = 137+159+186=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #899FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FBA is #766045. Grayscale: #9B9B9B. Windows color (decimal): -7757894 or 12230537. OLE color: 12230537.
HSL color Cylindrical-coordinate representation of color #899FBA: hue angle of 213.06º 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 #899FBA is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 159 | 186 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.27 |
| HSL | 213.06º | 0.26% | 0.63% | - |
| HSV(B) | 213.06º | 0.26% | 0.73% | - |
| XYZ | 31.58 | 33.66 | 51.29 | - |
| YUV | 155.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 186 | 0.26 | 0.15 | 0 | 0.27 | 213.06 | 0.26 | 0.63 |
| Hex | 89 | 9F | BA | 1A | F | 0 | 1B | D5 | 1A | 3F |
| Octal | 211 | 237 | 272 | 32 | 17 | 0 | 33 | 325 | 32 | 77 |
| Binary | 10001001 | 10011111 | 10111010 | 11010 | 1111 | 0 | 11011 | 11010101 | 11010 | 111111 |
Color Harmonies of #899FBA
Complementary color
Monochromatic Colors of #899FBA
Black with #899FBA
Text Example
Text Example
White with #899FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899FBA; }
p { color: rgb(137,159,186); }
H1.HeaderClassName
{
color: #899FBA;
}
.AnyTagClassName
{
color: #899FBA;
}
</style>
background-color css
<style>
a { background-color: #899FBA; }
a { background-color: rgb(137,159,186); }
div.DivClassName
{
background-color: #899FBA;
}
.BgClassName
{
background-color: #899FBA;
}
</style>
border-color css
<style>
span { border-color: #899FBA; }
span { border-color: rgb(137,159,186); }
td.TdClassName
{
border-color: #899FBA;
}
.TagClassName
{
border-color: #899FBA;
}
</style>