Shades of Blue Bell #9292CC
Tints of Blue Bell #9292CC
RGB
CMYK
RGB Variations
Color information
#9292CC (or 0x9292CC) is known color: Blue Bell. HEX triplet: 92, 92 and CC. RGB value is (146,146,204). Sum of RGB (Red+Green+Blue) = 146+146+204=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #9292CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9292CC is #6D6D33. Grayscale: #989898. Windows color (decimal): -7171380 or 13406866. OLE color: 13406866.
HSL color Cylindrical-coordinate representation of color #9292CC: hue angle of 240º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9292CC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 146 | 204 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.2 |
| HSL | 240º | 0.36% | 0.69% | - |
| HSV(B) | 240º | 0.28% | 0.8% | - |
| XYZ | 33.03 | 31.03 | 61.37 | - |
| YUV | 152.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 204 | 0.28 | 0.28 | 0 | 0.2 | 240 | 0.36 | 0.69 |
| Hex | 92 | 92 | CC | 1C | 1C | 0 | 14 | F0 | 24 | 45 |
| Octal | 222 | 222 | 314 | 34 | 34 | 0 | 24 | 360 | 44 | 105 |
| Binary | 10010010 | 10010010 | 11001100 | 11100 | 11100 | 0 | 10100 | 11110000 | 100100 | 1000101 |
Color Harmonies of #9292CC
Complementary color
Monochromatic Colors of #9292CC
Black with #9292CC
Text Example
Text Example
White with #9292CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292CC; }
p { color: rgb(146,146,204); }
H1.HeaderClassName
{
color: #9292CC;
}
.AnyTagClassName
{
color: #9292CC;
}
</style>
background-color css
<style>
a { background-color: #9292CC; }
a { background-color: rgb(146,146,204); }
div.DivClassName
{
background-color: #9292CC;
}
.BgClassName
{
background-color: #9292CC;
}
</style>
border-color css
<style>
span { border-color: #9292CC; }
span { border-color: rgb(146,146,204); }
td.TdClassName
{
border-color: #9292CC;
}
.TagClassName
{
border-color: #9292CC;
}
</style>