Shades of Blue Bell #9395C0
Tints of Blue Bell #9395C0
RGB
CMYK
RGB Variations
Color information
#9395C0 (or 0x9395C0) is known color: Blue Bell. HEX triplet: 93, 95 and C0. RGB value is (147,149,192). Sum of RGB (Red+Green+Blue) = 147+149+192=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #9395C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395C0 is #6C6A3F. Grayscale: #999999. Windows color (decimal): -7105088 or 12621203. OLE color: 12621203.
HSL color Cylindrical-coordinate representation of color #9395C0: hue angle of 237.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9395C0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 149 | 192 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.25 |
| HSL | 237.33º | 0.26% | 0.66% | - |
| HSV(B) | 237.33º | 0.23% | 0.75% | - |
| XYZ | 32.29 | 31.5 | 54.25 | - |
| YUV | 153.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 192 | 0.23 | 0.22 | 0 | 0.25 | 237.33 | 0.26 | 0.66 |
| Hex | 93 | 95 | C0 | 17 | 16 | 0 | 19 | ED | 1A | 42 |
| Octal | 223 | 225 | 300 | 27 | 26 | 0 | 31 | 355 | 32 | 102 |
| Binary | 10010011 | 10010101 | 11000000 | 10111 | 10110 | 0 | 11001 | 11101101 | 11010 | 1000010 |
Color Harmonies of #9395C0
Complementary color
Monochromatic Colors of #9395C0
Black with #9395C0
Text Example
Text Example
White with #9395C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395C0; }
p { color: rgb(147,149,192); }
H1.HeaderClassName
{
color: #9395C0;
}
.AnyTagClassName
{
color: #9395C0;
}
</style>
background-color css
<style>
a { background-color: #9395C0; }
a { background-color: rgb(147,149,192); }
div.DivClassName
{
background-color: #9395C0;
}
.BgClassName
{
background-color: #9395C0;
}
</style>
border-color css
<style>
span { border-color: #9395C0; }
span { border-color: rgb(147,149,192); }
td.TdClassName
{
border-color: #9395C0;
}
.TagClassName
{
border-color: #9395C0;
}
</style>