Shades of Rock Blue #999FBA
Tints of Rock Blue #999FBA
RGB
CMYK
RGB Variations
Color information
#999FBA (or 0x999FBA) is known color: Rock Blue. HEX triplet: 99, 9F and BA. RGB value is (153,159,186). Sum of RGB (Red+Green+Blue) = 153+159+186=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #999FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBA is #666045. Grayscale: #A0A0A0. Windows color (decimal): -6709318 or 12230553. OLE color: 12230553.
HSL color Cylindrical-coordinate representation of color #999FBA: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999FBA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 159 | 186 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.27 |
| HSL | 229.09º | 0.19% | 0.66% | - |
| HSV(B) | 229.09º | 0.18% | 0.73% | - |
| XYZ | 34.4 | 35.11 | 51.42 | - |
| YUV | 160.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 186 | 0.18 | 0.15 | 0 | 0.27 | 229.09 | 0.19 | 0.66 |
| Hex | 99 | 9F | BA | 12 | F | 0 | 1B | E5 | 13 | 42 |
| Octal | 231 | 237 | 272 | 22 | 17 | 0 | 33 | 345 | 23 | 102 |
| Binary | 10011001 | 10011111 | 10111010 | 10010 | 1111 | 0 | 11011 | 11100101 | 10011 | 1000010 |
Color Harmonies of #999FBA
Complementary color
Monochromatic Colors of #999FBA
Black with #999FBA
Text Example
Text Example
White with #999FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FBA; }
p { color: rgb(153,159,186); }
H1.HeaderClassName
{
color: #999FBA;
}
.AnyTagClassName
{
color: #999FBA;
}
</style>
background-color css
<style>
a { background-color: #999FBA; }
a { background-color: rgb(153,159,186); }
div.DivClassName
{
background-color: #999FBA;
}
.BgClassName
{
background-color: #999FBA;
}
</style>
border-color css
<style>
span { border-color: #999FBA; }
span { border-color: rgb(153,159,186); }
td.TdClassName
{
border-color: #999FBA;
}
.TagClassName
{
border-color: #999FBA;
}
</style>