Shades of Blue Bell #9494CE
Tints of Blue Bell #9494CE
RGB
CMYK
RGB Variations
Color information
#9494CE (or 0x9494CE) is known color: Blue Bell. HEX triplet: 94, 94 and CE. RGB value is (148,148,206). Sum of RGB (Red+Green+Blue) = 148+148+206=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #9494CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494CE is #6B6B31. Grayscale: #9A9A9A. Windows color (decimal): -7039794 or 13538452. OLE color: 13538452.
HSL color Cylindrical-coordinate representation of color #9494CE: hue angle of 240º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9494CE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 148 | 206 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.19 |
| HSL | 240º | 0.37% | 0.69% | - |
| HSV(B) | 240º | 0.28% | 0.81% | - |
| XYZ | 33.94 | 31.93 | 62.77 | - |
| YUV | 154.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 206 | 0.28 | 0.28 | 0 | 0.19 | 240 | 0.37 | 0.69 |
| Hex | 94 | 94 | CE | 1C | 1C | 0 | 13 | F0 | 25 | 45 |
| Octal | 224 | 224 | 316 | 34 | 34 | 0 | 23 | 360 | 45 | 105 |
| Binary | 10010100 | 10010100 | 11001110 | 11100 | 11100 | 0 | 10011 | 11110000 | 100101 | 1000101 |
Color Harmonies of #9494CE
Complementary color
Monochromatic Colors of #9494CE
Black with #9494CE
Text Example
Text Example
White with #9494CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9494CE; }
p { color: rgb(148,148,206); }
H1.HeaderClassName
{
color: #9494CE;
}
.AnyTagClassName
{
color: #9494CE;
}
</style>
background-color css
<style>
a { background-color: #9494CE; }
a { background-color: rgb(148,148,206); }
div.DivClassName
{
background-color: #9494CE;
}
.BgClassName
{
background-color: #9494CE;
}
</style>
border-color css
<style>
span { border-color: #9494CE; }
span { border-color: rgb(148,148,206); }
td.TdClassName
{
border-color: #9494CE;
}
.TagClassName
{
border-color: #9494CE;
}
</style>