Shades of Blue Bell #9395D5
Tints of Blue Bell #9395D5
RGB
CMYK
RGB Variations
Color information
#9395D5 (or 0x9395D5) is known color: Blue Bell. HEX triplet: 93, 95 and D5. RGB value is (147,149,213). Sum of RGB (Red+Green+Blue) = 147+149+213=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #9395D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395D5 is #6C6A2A. Grayscale: #9B9B9B. Windows color (decimal): -7105067 or 13997459. OLE color: 13997459.
HSL color Cylindrical-coordinate representation of color #9395D5: hue angle of 238.18º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9395D5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 149 | 213 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.16 |
| HSL | 238.18º | 0.44% | 0.71% | - |
| HSV(B) | 238.18º | 0.31% | 0.84% | - |
| XYZ | 34.79 | 32.5 | 67.39 | - |
| YUV | 155.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 213 | 0.31 | 0.30 | 0 | 0.16 | 238.18 | 0.44 | 0.71 |
| Hex | 93 | 95 | D5 | 1F | 1E | 0 | 10 | EE | 2C | 47 |
| Octal | 223 | 225 | 325 | 37 | 36 | 0 | 20 | 356 | 54 | 107 |
| Binary | 10010011 | 10010101 | 11010101 | 11111 | 11110 | 0 | 10000 | 11101110 | 101100 | 1000111 |
Color Harmonies of #9395D5
Complementary color
Monochromatic Colors of #9395D5
Black with #9395D5
Text Example
Text Example
White with #9395D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395D5; }
p { color: rgb(147,149,213); }
H1.HeaderClassName
{
color: #9395D5;
}
.AnyTagClassName
{
color: #9395D5;
}
</style>
background-color css
<style>
a { background-color: #9395D5; }
a { background-color: rgb(147,149,213); }
div.DivClassName
{
background-color: #9395D5;
}
.BgClassName
{
background-color: #9395D5;
}
</style>
border-color css
<style>
span { border-color: #9395D5; }
span { border-color: rgb(147,149,213); }
td.TdClassName
{
border-color: #9395D5;
}
.TagClassName
{
border-color: #9395D5;
}
</style>