Shades of Rock Blue #9299BD
Tints of Rock Blue #9299BD
RGB
CMYK
RGB Variations
Color information
#9299BD (or 0x9299BD) is known color: Rock Blue. HEX triplet: 92, 99 and BD. RGB value is (146,153,189). Sum of RGB (Red+Green+Blue) = 146+153+189=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9299BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BD is #6D6642. Grayscale: #9A9A9A. Windows color (decimal): -7169603 or 12425618. OLE color: 12425618.
HSL color Cylindrical-coordinate representation of color #9299BD: hue angle of 230.23º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9299BD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 153 | 189 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.26 |
| HSL | 230.23º | 0.25% | 0.66% | - |
| HSV(B) | 230.23º | 0.23% | 0.74% | - |
| XYZ | 32.43 | 32.57 | 52.72 | - |
| YUV | 155.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 189 | 0.23 | 0.19 | 0 | 0.26 | 230.23 | 0.25 | 0.66 |
| Hex | 92 | 99 | BD | 17 | 13 | 0 | 1A | E6 | 19 | 42 |
| Octal | 222 | 231 | 275 | 27 | 23 | 0 | 32 | 346 | 31 | 102 |
| Binary | 10010010 | 10011001 | 10111101 | 10111 | 10011 | 0 | 11010 | 11100110 | 11001 | 1000010 |
Color Harmonies of #9299BD
Complementary color
Monochromatic Colors of #9299BD
Black with #9299BD
Text Example
Text Example
White with #9299BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299BD; }
p { color: rgb(146,153,189); }
H1.HeaderClassName
{
color: #9299BD;
}
.AnyTagClassName
{
color: #9299BD;
}
</style>
background-color css
<style>
a { background-color: #9299BD; }
a { background-color: rgb(146,153,189); }
div.DivClassName
{
background-color: #9299BD;
}
.BgClassName
{
background-color: #9299BD;
}
</style>
border-color css
<style>
span { border-color: #9299BD; }
span { border-color: rgb(146,153,189); }
td.TdClassName
{
border-color: #9299BD;
}
.TagClassName
{
border-color: #9299BD;
}
</style>