Shades of Rock Blue #9299B2
Tints of Rock Blue #9299B2
RGB
CMYK
RGB Variations
Color information
#9299B2 (or 0x9299B2) is known color: Rock Blue. HEX triplet: 92, 99 and B2. RGB value is (146,153,178). Sum of RGB (Red+Green+Blue) = 146+153+178=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #9299B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9299B2 is #6D664D. Grayscale: #999999. Windows color (decimal): -7169614 or 11704722. OLE color: 11704722.
HSL color Cylindrical-coordinate representation of color #9299B2: hue angle of 226.88º degrees, saturation: 0.17, 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 #9299B2 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 153 | 178 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.30 |
| HSL | 226.88º | 0.17% | 0.64% | - |
| HSV(B) | 226.88º | 0.18% | 0.7% | - |
| XYZ | 31.28 | 32.11 | 46.67 | - |
| YUV | 153.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 178 | 0.18 | 0.14 | 0 | 0.30 | 226.88 | 0.17 | 0.64 |
| Hex | 92 | 99 | B2 | 12 | E | 0 | 1E | E3 | 11 | 40 |
| Octal | 222 | 231 | 262 | 22 | 16 | 0 | 36 | 343 | 21 | 100 |
| Binary | 10010010 | 10011001 | 10110010 | 10010 | 1110 | 0 | 11110 | 11100011 | 10001 | 1000000 |
Color Harmonies of #9299B2
Complementary color
Monochromatic Colors of #9299B2
Black with #9299B2
Text Example
Text Example
White with #9299B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299B2; }
p { color: rgb(146,153,178); }
H1.HeaderClassName
{
color: #9299B2;
}
.AnyTagClassName
{
color: #9299B2;
}
</style>
background-color css
<style>
a { background-color: #9299B2; }
a { background-color: rgb(146,153,178); }
div.DivClassName
{
background-color: #9299B2;
}
.BgClassName
{
background-color: #9299B2;
}
</style>
border-color css
<style>
span { border-color: #9299B2; }
span { border-color: rgb(146,153,178); }
td.TdClassName
{
border-color: #9299B2;
}
.TagClassName
{
border-color: #9299B2;
}
</style>