Shades of Rock Blue #9299BA
Tints of Rock Blue #9299BA
RGB
CMYK
RGB Variations
Color information
#9299BA (or 0x9299BA) is known color: Rock Blue. HEX triplet: 92, 99 and BA. RGB value is (146,153,186). Sum of RGB (Red+Green+Blue) = 146+153+186=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #9299BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BA is #6D6645. Grayscale: #9A9A9A. Windows color (decimal): -7169606 or 12229010. OLE color: 12229010.
HSL color Cylindrical-coordinate representation of color #9299BA: hue angle of 229.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9299BA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 153 | 186 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.27 |
| HSL | 229.5º | 0.22% | 0.65% | - |
| HSV(B) | 229.5º | 0.22% | 0.73% | - |
| XYZ | 32.11 | 32.44 | 51.02 | - |
| YUV | 154.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 186 | 0.22 | 0.18 | 0 | 0.27 | 229.5 | 0.22 | 0.65 |
| Hex | 92 | 99 | BA | 16 | 12 | 0 | 1B | E6 | 16 | 41 |
| Octal | 222 | 231 | 272 | 26 | 22 | 0 | 33 | 346 | 26 | 101 |
| Binary | 10010010 | 10011001 | 10111010 | 10110 | 10010 | 0 | 11011 | 11100110 | 10110 | 1000001 |
Color Harmonies of #9299BA
Complementary color
Monochromatic Colors of #9299BA
Black with #9299BA
Text Example
Text Example
White with #9299BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299BA; }
p { color: rgb(146,153,186); }
H1.HeaderClassName
{
color: #9299BA;
}
.AnyTagClassName
{
color: #9299BA;
}
</style>
background-color css
<style>
a { background-color: #9299BA; }
a { background-color: rgb(146,153,186); }
div.DivClassName
{
background-color: #9299BA;
}
.BgClassName
{
background-color: #9299BA;
}
</style>
border-color css
<style>
span { border-color: #9299BA; }
span { border-color: rgb(146,153,186); }
td.TdClassName
{
border-color: #9299BA;
}
.TagClassName
{
border-color: #9299BA;
}
</style>