Shades of Blue Bell #9399C0
Tints of Blue Bell #9399C0
RGB
CMYK
RGB Variations
Color information
#9399C0 (or 0x9399C0) is known color: Blue Bell. HEX triplet: 93, 99 and C0. RGB value is (147,153,192). Sum of RGB (Red+Green+Blue) = 147+153+192=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #9399C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399C0 is #6C663F. Grayscale: #9B9B9B. Windows color (decimal): -7104064 or 12622227. OLE color: 12622227.
HSL color Cylindrical-coordinate representation of color #9399C0: hue angle of 232º 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 #9399C0 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 153 | 192 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.25 |
| HSL | 232º | 0.26% | 0.66% | - |
| HSV(B) | 232º | 0.23% | 0.75% | - |
| XYZ | 32.94 | 32.79 | 54.46 | - |
| YUV | 155.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 192 | 0.23 | 0.20 | 0 | 0.25 | 232 | 0.26 | 0.66 |
| Hex | 93 | 99 | C0 | 17 | 14 | 0 | 19 | E8 | 1A | 42 |
| Octal | 223 | 231 | 300 | 27 | 24 | 0 | 31 | 350 | 32 | 102 |
| Binary | 10010011 | 10011001 | 11000000 | 10111 | 10100 | 0 | 11001 | 11101000 | 11010 | 1000010 |
Color Harmonies of #9399C0
Complementary color
Monochromatic Colors of #9399C0
Black with #9399C0
Text Example
Text Example
White with #9399C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9399C0; }
p { color: rgb(147,153,192); }
H1.HeaderClassName
{
color: #9399C0;
}
.AnyTagClassName
{
color: #9399C0;
}
</style>
background-color css
<style>
a { background-color: #9399C0; }
a { background-color: rgb(147,153,192); }
div.DivClassName
{
background-color: #9399C0;
}
.BgClassName
{
background-color: #9399C0;
}
</style>
border-color css
<style>
span { border-color: #9399C0; }
span { border-color: rgb(147,153,192); }
td.TdClassName
{
border-color: #9399C0;
}
.TagClassName
{
border-color: #9399C0;
}
</style>