Shades of Blue Bell #9298BD
Tints of Blue Bell #9298BD
RGB
CMYK
RGB Variations
Color information
#9298BD (or 0x9298BD) is known color: Blue Bell. HEX triplet: 92, 98 and BD. RGB value is (146,152,189). Sum of RGB (Red+Green+Blue) = 146+152+189=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9298BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9298BD is #6D6742. Grayscale: #9A9A9A. Windows color (decimal): -7169859 or 12425362. OLE color: 12425362.
HSL color Cylindrical-coordinate representation of color #9298BD: hue angle of 231.63º 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 #9298BD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 152 | 189 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.26 |
| HSL | 231.63º | 0.25% | 0.66% | - |
| HSV(B) | 231.63º | 0.23% | 0.74% | - |
| XYZ | 32.27 | 32.24 | 52.67 | - |
| YUV | 154.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 189 | 0.23 | 0.20 | 0 | 0.26 | 231.63 | 0.25 | 0.66 |
| Hex | 92 | 98 | BD | 17 | 14 | 0 | 1A | E8 | 19 | 42 |
| Octal | 222 | 230 | 275 | 27 | 24 | 0 | 32 | 350 | 31 | 102 |
| Binary | 10010010 | 10011000 | 10111101 | 10111 | 10100 | 0 | 11010 | 11101000 | 11001 | 1000010 |
Color Harmonies of #9298BD
Complementary color
Monochromatic Colors of #9298BD
Black with #9298BD
Text Example
Text Example
White with #9298BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298BD; }
p { color: rgb(146,152,189); }
H1.HeaderClassName
{
color: #9298BD;
}
.AnyTagClassName
{
color: #9298BD;
}
</style>
background-color css
<style>
a { background-color: #9298BD; }
a { background-color: rgb(146,152,189); }
div.DivClassName
{
background-color: #9298BD;
}
.BgClassName
{
background-color: #9298BD;
}
</style>
border-color css
<style>
span { border-color: #9298BD; }
span { border-color: rgb(146,152,189); }
td.TdClassName
{
border-color: #9298BD;
}
.TagClassName
{
border-color: #9298BD;
}
</style>