Shades of Blue Bell #9290C8
Tints of Blue Bell #9290C8
RGB
CMYK
RGB Variations
Color information
#9290C8 (or 0x9290C8) is known color: Blue Bell. HEX triplet: 92, 90 and C8. RGB value is (146,144,200). Sum of RGB (Red+Green+Blue) = 146+144+200=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #9290C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290C8 is #6D6F37. Grayscale: #969696. Windows color (decimal): -7171896 or 13144210. OLE color: 13144210.
HSL color Cylindrical-coordinate representation of color #9290C8: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9290C8 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 144 | 200 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.22 |
| HSL | 242.14º | 0.34% | 0.67% | - |
| HSV(B) | 242.14º | 0.28% | 0.78% | - |
| XYZ | 32.25 | 30.23 | 58.78 | - |
| YUV | 150.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 200 | 0.27 | 0.28 | 0 | 0.22 | 242.14 | 0.34 | 0.67 |
| Hex | 92 | 90 | C8 | 1B | 1C | 0 | 16 | F2 | 22 | 43 |
| Octal | 222 | 220 | 310 | 33 | 34 | 0 | 26 | 362 | 42 | 103 |
| Binary | 10010010 | 10010000 | 11001000 | 11011 | 11100 | 0 | 10110 | 11110010 | 100010 | 1000011 |
Color Harmonies of #9290C8
Complementary color
Monochromatic Colors of #9290C8
Black with #9290C8
Text Example
Text Example
White with #9290C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290C8; }
p { color: rgb(146,144,200); }
H1.HeaderClassName
{
color: #9290C8;
}
.AnyTagClassName
{
color: #9290C8;
}
</style>
background-color css
<style>
a { background-color: #9290C8; }
a { background-color: rgb(146,144,200); }
div.DivClassName
{
background-color: #9290C8;
}
.BgClassName
{
background-color: #9290C8;
}
</style>
border-color css
<style>
span { border-color: #9290C8; }
span { border-color: rgb(146,144,200); }
td.TdClassName
{
border-color: #9290C8;
}
.TagClassName
{
border-color: #9290C8;
}
</style>