Shades of Blue Bell #9292CA
Tints of Blue Bell #9292CA
RGB
CMYK
RGB Variations
Color information
#9292CA (or 0x9292CA) is known color: Blue Bell. HEX triplet: 92, 92 and CA. RGB value is (146,146,202). Sum of RGB (Red+Green+Blue) = 146+146+202=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9292CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9292CA is #6D6D35. Grayscale: #989898. Windows color (decimal): -7171382 or 13275794. OLE color: 13275794.
HSL color Cylindrical-coordinate representation of color #9292CA: hue angle of 240º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9292CA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 146 | 202 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.21 |
| HSL | 240º | 0.35% | 0.68% | - |
| HSV(B) | 240º | 0.28% | 0.79% | - |
| XYZ | 32.79 | 30.93 | 60.12 | - |
| YUV | 152.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 202 | 0.28 | 0.28 | 0 | 0.21 | 240 | 0.35 | 0.68 |
| Hex | 92 | 92 | CA | 1C | 1C | 0 | 15 | F0 | 23 | 44 |
| Octal | 222 | 222 | 312 | 34 | 34 | 0 | 25 | 360 | 43 | 104 |
| Binary | 10010010 | 10010010 | 11001010 | 11100 | 11100 | 0 | 10101 | 11110000 | 100011 | 1000100 |
Color Harmonies of #9292CA
Complementary color
Monochromatic Colors of #9292CA
Black with #9292CA
Text Example
Text Example
White with #9292CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292CA; }
p { color: rgb(146,146,202); }
H1.HeaderClassName
{
color: #9292CA;
}
.AnyTagClassName
{
color: #9292CA;
}
</style>
background-color css
<style>
a { background-color: #9292CA; }
a { background-color: rgb(146,146,202); }
div.DivClassName
{
background-color: #9292CA;
}
.BgClassName
{
background-color: #9292CA;
}
</style>
border-color css
<style>
span { border-color: #9292CA; }
span { border-color: rgb(146,146,202); }
td.TdClassName
{
border-color: #9292CA;
}
.TagClassName
{
border-color: #9292CA;
}
</style>