Shades of Blue Bell #9387D5
Tints of Blue Bell #9387D5
RGB
CMYK
RGB Variations
Color information
#9387D5 (or 0x9387D5) is known color: Blue Bell. HEX triplet: 93, 87 and D5. RGB value is (147,135,213). Sum of RGB (Red+Green+Blue) = 147+135+213=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #9387D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387D5 is #6C782A. Grayscale: #939393. Windows color (decimal): -7108651 or 13993875. OLE color: 13993875.
HSL color Cylindrical-coordinate representation of color #9387D5: hue angle of 249.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9387D5 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 135 | 213 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.16 |
| HSL | 249.23º | 0.48% | 0.68% | - |
| HSV(B) | 249.23º | 0.37% | 0.84% | - |
| XYZ | 32.71 | 28.34 | 66.7 | - |
| YUV | 147.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 213 | 0.31 | 0.37 | 0 | 0.16 | 249.23 | 0.48 | 0.68 |
| Hex | 93 | 87 | D5 | 1F | 25 | 0 | 10 | F9 | 30 | 44 |
| Octal | 223 | 207 | 325 | 37 | 45 | 0 | 20 | 371 | 60 | 104 |
| Binary | 10010011 | 10000111 | 11010101 | 11111 | 100101 | 0 | 10000 | 11111001 | 110000 | 1000100 |
Color Harmonies of #9387D5
Complementary color
Monochromatic Colors of #9387D5
Black with #9387D5
Text Example
Text Example
White with #9387D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9387D5; }
p { color: rgb(147,135,213); }
H1.HeaderClassName
{
color: #9387D5;
}
.AnyTagClassName
{
color: #9387D5;
}
</style>
background-color css
<style>
a { background-color: #9387D5; }
a { background-color: rgb(147,135,213); }
div.DivClassName
{
background-color: #9387D5;
}
.BgClassName
{
background-color: #9387D5;
}
</style>
border-color css
<style>
span { border-color: #9387D5; }
span { border-color: rgb(147,135,213); }
td.TdClassName
{
border-color: #9387D5;
}
.TagClassName
{
border-color: #9387D5;
}
</style>