Shades of Blue Bell #9288DC
Tints of Blue Bell #9288DC
RGB
CMYK
RGB Variations
Color information
#9288DC (or 0x9288DC) is known color: Blue Bell. HEX triplet: 92, 88 and DC. RGB value is (146,136,220). Sum of RGB (Red+Green+Blue) = 146+136+220=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9288DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288DC is #6D7723. Grayscale: #949494. Windows color (decimal): -7173924 or 14452882. OLE color: 14452882.
HSL color Cylindrical-coordinate representation of color #9288DC: hue angle of 247.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9288DC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 136 | 220 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.14 |
| HSL | 247.14º | 0.55% | 0.7% | - |
| HSV(B) | 247.14º | 0.38% | 0.86% | - |
| XYZ | 33.58 | 28.89 | 71.52 | - |
| YUV | 148.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 220 | 0.34 | 0.38 | 0 | 0.14 | 247.14 | 0.55 | 0.7 |
| Hex | 92 | 88 | DC | 22 | 26 | 0 | E | F7 | 37 | 46 |
| Octal | 222 | 210 | 334 | 42 | 46 | 0 | 16 | 367 | 67 | 106 |
| Binary | 10010010 | 10001000 | 11011100 | 100010 | 100110 | 0 | 1110 | 11110111 | 110111 | 1000110 |
Color Harmonies of #9288DC
Complementary color
Monochromatic Colors of #9288DC
Black with #9288DC
Text Example
Text Example
White with #9288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288DC; }
p { color: rgb(146,136,220); }
H1.HeaderClassName
{
color: #9288DC;
}
.AnyTagClassName
{
color: #9288DC;
}
</style>
background-color css
<style>
a { background-color: #9288DC; }
a { background-color: rgb(146,136,220); }
div.DivClassName
{
background-color: #9288DC;
}
.BgClassName
{
background-color: #9288DC;
}
</style>
border-color css
<style>
span { border-color: #9288DC; }
span { border-color: rgb(146,136,220); }
td.TdClassName
{
border-color: #9288DC;
}
.TagClassName
{
border-color: #9288DC;
}
</style>