Shades of Blue Bell #9290C1
Tints of Blue Bell #9290C1
RGB
CMYK
RGB Variations
Color information
#9290C1 (or 0x9290C1) is known color: Blue Bell. HEX triplet: 92, 90 and C1. RGB value is (146,144,193). Sum of RGB (Red+Green+Blue) = 146+144+193=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #9290C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290C1 is #6D6F3E. Grayscale: #959595. Windows color (decimal): -7171903 or 12685458. OLE color: 12685458.
HSL color Cylindrical-coordinate representation of color #9290C1: hue angle of 242.45º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9290C1 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 144 | 193 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.24 |
| HSL | 242.45º | 0.28% | 0.66% | - |
| HSV(B) | 242.45º | 0.25% | 0.76% | - |
| XYZ | 31.45 | 29.91 | 54.57 | - |
| YUV | 150.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 193 | 0.24 | 0.25 | 0 | 0.24 | 242.45 | 0.28 | 0.66 |
| Hex | 92 | 90 | C1 | 18 | 19 | 0 | 18 | F2 | 1C | 42 |
| Octal | 222 | 220 | 301 | 30 | 31 | 0 | 30 | 362 | 34 | 102 |
| Binary | 10010010 | 10010000 | 11000001 | 11000 | 11001 | 0 | 11000 | 11110010 | 11100 | 1000010 |
Color Harmonies of #9290C1
Complementary color
Monochromatic Colors of #9290C1
Black with #9290C1
Text Example
Text Example
White with #9290C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290C1; }
p { color: rgb(146,144,193); }
H1.HeaderClassName
{
color: #9290C1;
}
.AnyTagClassName
{
color: #9290C1;
}
</style>
background-color css
<style>
a { background-color: #9290C1; }
a { background-color: rgb(146,144,193); }
div.DivClassName
{
background-color: #9290C1;
}
.BgClassName
{
background-color: #9290C1;
}
</style>
border-color css
<style>
span { border-color: #9290C1; }
span { border-color: rgb(146,144,193); }
td.TdClassName
{
border-color: #9290C1;
}
.TagClassName
{
border-color: #9290C1;
}
</style>