Shades of Blue Bell #9299CC
Tints of Blue Bell #9299CC
RGB
CMYK
RGB Variations
Color information
#9299CC (or 0x9299CC) is known color: Blue Bell. HEX triplet: 92, 99 and CC. RGB value is (146,153,204). Sum of RGB (Red+Green+Blue) = 146+153+204=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299CC is #6D6633. Grayscale: #9C9C9C. Windows color (decimal): -7169588 or 13408658. OLE color: 13408658.
HSL color Cylindrical-coordinate representation of color #9299CC: hue angle of 232.76º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9299CC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 153 | 204 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.2 |
| HSL | 232.76º | 0.36% | 0.69% | - |
| HSV(B) | 232.76º | 0.28% | 0.8% | - |
| XYZ | 34.14 | 33.25 | 61.75 | - |
| YUV | 156.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 204 | 0.28 | 0.25 | 0 | 0.2 | 232.76 | 0.36 | 0.69 |
| Hex | 92 | 99 | CC | 1C | 19 | 0 | 14 | E9 | 24 | 45 |
| Octal | 222 | 231 | 314 | 34 | 31 | 0 | 24 | 351 | 44 | 105 |
| Binary | 10010010 | 10011001 | 11001100 | 11100 | 11001 | 0 | 10100 | 11101001 | 100100 | 1000101 |
Color Harmonies of #9299CC
Complementary color
Monochromatic Colors of #9299CC
Black with #9299CC
Text Example
Text Example
White with #9299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299CC; }
p { color: rgb(146,153,204); }
H1.HeaderClassName
{
color: #9299CC;
}
.AnyTagClassName
{
color: #9299CC;
}
</style>
background-color css
<style>
a { background-color: #9299CC; }
a { background-color: rgb(146,153,204); }
div.DivClassName
{
background-color: #9299CC;
}
.BgClassName
{
background-color: #9299CC;
}
</style>
border-color css
<style>
span { border-color: #9299CC; }
span { border-color: rgb(146,153,204); }
td.TdClassName
{
border-color: #9299CC;
}
.TagClassName
{
border-color: #9299CC;
}
</style>