Shades of Rock Blue #9299B4
Tints of Rock Blue #9299B4
RGB
CMYK
RGB Variations
Color information
#9299B4 (or 0x9299B4) is known color: Rock Blue. HEX triplet: 92, 99 and B4. RGB value is (146,153,180). Sum of RGB (Red+Green+Blue) = 146+153+180=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #9299B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299B4 is #6D664B. Grayscale: #999999. Windows color (decimal): -7169612 or 11835794. OLE color: 11835794.
HSL color Cylindrical-coordinate representation of color #9299B4: hue angle of 227.65º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9299B4 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 153 | 180 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.29 |
| HSL | 227.65º | 0.18% | 0.64% | - |
| HSV(B) | 227.65º | 0.19% | 0.71% | - |
| XYZ | 31.48 | 32.19 | 47.73 | - |
| YUV | 153.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 180 | 0.19 | 0.15 | 0 | 0.29 | 227.65 | 0.18 | 0.64 |
| Hex | 92 | 99 | B4 | 13 | F | 0 | 1D | E4 | 12 | 40 |
| Octal | 222 | 231 | 264 | 23 | 17 | 0 | 35 | 344 | 22 | 100 |
| Binary | 10010010 | 10011001 | 10110100 | 10011 | 1111 | 0 | 11101 | 11100100 | 10010 | 1000000 |
Color Harmonies of #9299B4
Complementary color
Monochromatic Colors of #9299B4
Black with #9299B4
Text Example
Text Example
White with #9299B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299B4; }
p { color: rgb(146,153,180); }
H1.HeaderClassName
{
color: #9299B4;
}
.AnyTagClassName
{
color: #9299B4;
}
</style>
background-color css
<style>
a { background-color: #9299B4; }
a { background-color: rgb(146,153,180); }
div.DivClassName
{
background-color: #9299B4;
}
.BgClassName
{
background-color: #9299B4;
}
</style>
border-color css
<style>
span { border-color: #9299B4; }
span { border-color: rgb(146,153,180); }
td.TdClassName
{
border-color: #9299B4;
}
.TagClassName
{
border-color: #9299B4;
}
</style>