Shades of Blue Bell #9299CB
Tints of Blue Bell #9299CB
RGB
CMYK
RGB Variations
Color information
#9299CB (or 0x9299CB) is known color: Blue Bell. HEX triplet: 92, 99 and CB. RGB value is (146,153,203). Sum of RGB (Red+Green+Blue) = 146+153+203=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9299CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299CB is #6D6634. Grayscale: #9C9C9C. Windows color (decimal): -7169589 or 13343122. OLE color: 13343122.
HSL color Cylindrical-coordinate representation of color #9299CB: hue angle of 232.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9299CB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 153 | 203 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.20 |
| HSL | 232.63º | 0.35% | 0.68% | - |
| HSV(B) | 232.63º | 0.28% | 0.8% | - |
| XYZ | 34.02 | 33.21 | 61.12 | - |
| YUV | 156.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 203 | 0.28 | 0.25 | 0 | 0.20 | 232.63 | 0.35 | 0.68 |
| Hex | 92 | 99 | CB | 1C | 19 | 0 | 14 | E9 | 23 | 44 |
| Octal | 222 | 231 | 313 | 34 | 31 | 0 | 24 | 351 | 43 | 104 |
| Binary | 10010010 | 10011001 | 11001011 | 11100 | 11001 | 0 | 10100 | 11101001 | 100011 | 1000100 |
Color Harmonies of #9299CB
Complementary color
Monochromatic Colors of #9299CB
Black with #9299CB
Text Example
Text Example
White with #9299CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9299CB; }
p { color: rgb(146,153,203); }
H1.HeaderClassName
{
color: #9299CB;
}
.AnyTagClassName
{
color: #9299CB;
}
</style>
background-color css
<style>
a { background-color: #9299CB; }
a { background-color: rgb(146,153,203); }
div.DivClassName
{
background-color: #9299CB;
}
.BgClassName
{
background-color: #9299CB;
}
</style>
border-color css
<style>
span { border-color: #9299CB; }
span { border-color: rgb(146,153,203); }
td.TdClassName
{
border-color: #9299CB;
}
.TagClassName
{
border-color: #9299CB;
}
</style>