Shades of Blue Bell #9298CB
Tints of Blue Bell #9298CB
RGB
CMYK
RGB Variations
Color information
#9298CB (or 0x9298CB) is known color: Blue Bell. HEX triplet: 92, 98 and CB. RGB value is (146,152,203). Sum of RGB (Red+Green+Blue) = 146+152+203=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9298CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298CB is #6D6734. Grayscale: #9B9B9B. Windows color (decimal): -7169845 or 13342866. OLE color: 13342866.
HSL color Cylindrical-coordinate representation of color #9298CB: hue angle of 233.68º 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 #9298CB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 152 | 203 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.20 |
| HSL | 233.68º | 0.35% | 0.68% | - |
| HSV(B) | 233.68º | 0.28% | 0.8% | - |
| XYZ | 33.86 | 32.88 | 61.06 | - |
| YUV | 156.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 203 | 0.28 | 0.25 | 0 | 0.20 | 233.68 | 0.35 | 0.68 |
| Hex | 92 | 98 | CB | 1C | 19 | 0 | 14 | EA | 23 | 44 |
| Octal | 222 | 230 | 313 | 34 | 31 | 0 | 24 | 352 | 43 | 104 |
| Binary | 10010010 | 10011000 | 11001011 | 11100 | 11001 | 0 | 10100 | 11101010 | 100011 | 1000100 |
Color Harmonies of #9298CB
Complementary color
Monochromatic Colors of #9298CB
Black with #9298CB
Text Example
Text Example
White with #9298CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298CB; }
p { color: rgb(146,152,203); }
H1.HeaderClassName
{
color: #9298CB;
}
.AnyTagClassName
{
color: #9298CB;
}
</style>
background-color css
<style>
a { background-color: #9298CB; }
a { background-color: rgb(146,152,203); }
div.DivClassName
{
background-color: #9298CB;
}
.BgClassName
{
background-color: #9298CB;
}
</style>
border-color css
<style>
span { border-color: #9298CB; }
span { border-color: rgb(146,152,203); }
td.TdClassName
{
border-color: #9298CB;
}
.TagClassName
{
border-color: #9298CB;
}
</style>