Shades of Rock Blue #9299B3
Tints of Rock Blue #9299B3
RGB
CMYK
RGB Variations
Color information
#9299B3 (or 0x9299B3) is known color: Rock Blue. HEX triplet: 92, 99 and B3. RGB value is (146,153,179). Sum of RGB (Red+Green+Blue) = 146+153+179=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #9299B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299B3 is #6D664C. Grayscale: #999999. Windows color (decimal): -7169613 or 11770258. OLE color: 11770258.
HSL color Cylindrical-coordinate representation of color #9299B3: hue angle of 227.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9299B3 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 153 | 179 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.30 |
| HSL | 227.27º | 0.18% | 0.64% | - |
| HSV(B) | 227.27º | 0.18% | 0.7% | - |
| XYZ | 31.38 | 32.15 | 47.2 | - |
| YUV | 153.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 179 | 0.18 | 0.15 | 0 | 0.30 | 227.27 | 0.18 | 0.64 |
| Hex | 92 | 99 | B3 | 12 | F | 0 | 1E | E3 | 12 | 40 |
| Octal | 222 | 231 | 263 | 22 | 17 | 0 | 36 | 343 | 22 | 100 |
| Binary | 10010010 | 10011001 | 10110011 | 10010 | 1111 | 0 | 11110 | 11100011 | 10010 | 1000000 |
Color Harmonies of #9299B3
Complementary color
Monochromatic Colors of #9299B3
Black with #9299B3
Text Example
Text Example
White with #9299B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299B3; }
p { color: rgb(146,153,179); }
H1.HeaderClassName
{
color: #9299B3;
}
.AnyTagClassName
{
color: #9299B3;
}
</style>
background-color css
<style>
a { background-color: #9299B3; }
a { background-color: rgb(146,153,179); }
div.DivClassName
{
background-color: #9299B3;
}
.BgClassName
{
background-color: #9299B3;
}
</style>
border-color css
<style>
span { border-color: #9299B3; }
span { border-color: rgb(146,153,179); }
td.TdClassName
{
border-color: #9299B3;
}
.TagClassName
{
border-color: #9299B3;
}
</style>