Shades of Blue Bell #9290CB
Tints of Blue Bell #9290CB
RGB
CMYK
RGB Variations
Color information
#9290CB (or 0x9290CB) is known color: Blue Bell. HEX triplet: 92, 90 and CB. RGB value is (146,144,203). Sum of RGB (Red+Green+Blue) = 146+144+203=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #9290CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9290CB is #6D6F34. Grayscale: #979797. Windows color (decimal): -7171893 or 13340818. OLE color: 13340818.
HSL color Cylindrical-coordinate representation of color #9290CB: hue angle of 242.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9290CB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 144 | 203 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.20 |
| HSL | 242.03º | 0.36% | 0.68% | - |
| HSV(B) | 242.03º | 0.29% | 0.8% | - |
| XYZ | 32.61 | 30.37 | 60.64 | - |
| YUV | 151.32 | 157.16 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 203 | 0.28 | 0.29 | 0 | 0.20 | 242.03 | 0.36 | 0.68 |
| Hex | 92 | 90 | CB | 1C | 1D | 0 | 14 | F2 | 24 | 44 |
| Octal | 222 | 220 | 313 | 34 | 35 | 0 | 24 | 362 | 44 | 104 |
| Binary | 10010010 | 10010000 | 11001011 | 11100 | 11101 | 0 | 10100 | 11110010 | 100100 | 1000100 |
Color Harmonies of #9290CB
Complementary color
Monochromatic Colors of #9290CB
Black with #9290CB
Text Example
Text Example
White with #9290CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290CB; }
p { color: rgb(146,144,203); }
H1.HeaderClassName
{
color: #9290CB;
}
.AnyTagClassName
{
color: #9290CB;
}
</style>
background-color css
<style>
a { background-color: #9290CB; }
a { background-color: rgb(146,144,203); }
div.DivClassName
{
background-color: #9290CB;
}
.BgClassName
{
background-color: #9290CB;
}
</style>
border-color css
<style>
span { border-color: #9290CB; }
span { border-color: rgb(146,144,203); }
td.TdClassName
{
border-color: #9290CB;
}
.TagClassName
{
border-color: #9290CB;
}
</style>