Shades of Blue Bell #9593C0
Tints of Blue Bell #9593C0
RGB
CMYK
RGB Variations
Color information
#9593C0 (or 0x9593C0) is known color: Blue Bell. HEX triplet: 95, 93 and C0. RGB value is (149,147,192). Sum of RGB (Red+Green+Blue) = 149+147+192=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 147 (57.81% from 255 or 30.12% 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 #9593C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593C0 is #6A6C3F. Grayscale: #989898. Windows color (decimal): -6974528 or 12620693. OLE color: 12620693.
HSL color Cylindrical-coordinate representation of color #9593C0: hue angle of 242.67º 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 #9593C0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 147 | 192 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.25 |
| HSL | 242.67º | 0.26% | 0.66% | - |
| HSV(B) | 242.67º | 0.23% | 0.75% | - |
| XYZ | 32.34 | 31.06 | 54.16 | - |
| YUV | 152.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 192 | 0.22 | 0.23 | 0 | 0.25 | 242.67 | 0.26 | 0.66 |
| Hex | 95 | 93 | C0 | 16 | 17 | 0 | 19 | F3 | 1A | 42 |
| Octal | 225 | 223 | 300 | 26 | 27 | 0 | 31 | 363 | 32 | 102 |
| Binary | 10010101 | 10010011 | 11000000 | 10110 | 10111 | 0 | 11001 | 11110011 | 11010 | 1000010 |
Color Harmonies of #9593C0
Complementary color
Monochromatic Colors of #9593C0
Black with #9593C0
Text Example
Text Example
White with #9593C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593C0; }
p { color: rgb(149,147,192); }
H1.HeaderClassName
{
color: #9593C0;
}
.AnyTagClassName
{
color: #9593C0;
}
</style>
background-color css
<style>
a { background-color: #9593C0; }
a { background-color: rgb(149,147,192); }
div.DivClassName
{
background-color: #9593C0;
}
.BgClassName
{
background-color: #9593C0;
}
</style>
border-color css
<style>
span { border-color: #9593C0; }
span { border-color: rgb(149,147,192); }
td.TdClassName
{
border-color: #9593C0;
}
.TagClassName
{
border-color: #9593C0;
}
</style>