Shades of Blue Bell #9286D8
Tints of Blue Bell #9286D8
RGB
CMYK
RGB Variations
Color information
#9286D8 (or 0x9286D8) is known color: Blue Bell. HEX triplet: 92, 86 and D8. RGB value is (146,134,216). Sum of RGB (Red+Green+Blue) = 146+134+216=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #9286D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9286D8 is #6D7927. Grayscale: #929292. Windows color (decimal): -7174440 or 14190226. OLE color: 14190226.
HSL color Cylindrical-coordinate representation of color #9286D8: hue angle of 248.78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9286D8 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 134 | 216 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.15 |
| HSL | 248.78º | 0.51% | 0.69% | - |
| HSV(B) | 248.78º | 0.38% | 0.85% | - |
| XYZ | 32.77 | 28.12 | 68.67 | - |
| YUV | 146.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 216 | 0.32 | 0.38 | 0 | 0.15 | 248.78 | 0.51 | 0.69 |
| Hex | 92 | 86 | D8 | 20 | 26 | 0 | F | F9 | 33 | 45 |
| Octal | 222 | 206 | 330 | 40 | 46 | 0 | 17 | 371 | 63 | 105 |
| Binary | 10010010 | 10000110 | 11011000 | 100000 | 100110 | 0 | 1111 | 11111001 | 110011 | 1000101 |
Color Harmonies of #9286D8
Complementary color
Monochromatic Colors of #9286D8
Black with #9286D8
Text Example
Text Example
White with #9286D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9286D8; }
p { color: rgb(146,134,216); }
H1.HeaderClassName
{
color: #9286D8;
}
.AnyTagClassName
{
color: #9286D8;
}
</style>
background-color css
<style>
a { background-color: #9286D8; }
a { background-color: rgb(146,134,216); }
div.DivClassName
{
background-color: #9286D8;
}
.BgClassName
{
background-color: #9286D8;
}
</style>
border-color css
<style>
span { border-color: #9286D8; }
span { border-color: rgb(146,134,216); }
td.TdClassName
{
border-color: #9286D8;
}
.TagClassName
{
border-color: #9286D8;
}
</style>