Shades of Blue Bell #9388CE
Tints of Blue Bell #9388CE
RGB
CMYK
RGB Variations
Color information
#9388CE (or 0x9388CE) is known color: Blue Bell. HEX triplet: 93, 88 and CE. RGB value is (147,136,206). Sum of RGB (Red+Green+Blue) = 147+136+206=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #9388CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388CE is #6C7731. Grayscale: #939393. Windows color (decimal): -7108402 or 13535379. OLE color: 13535379.
HSL color Cylindrical-coordinate representation of color #9388CE: hue angle of 249.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9388CE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 136 | 206 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.19 |
| HSL | 249.43º | 0.42% | 0.67% | - |
| HSV(B) | 249.43º | 0.34% | 0.81% | - |
| XYZ | 31.98 | 28.27 | 62.16 | - |
| YUV | 147.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 206 | 0.29 | 0.34 | 0 | 0.19 | 249.43 | 0.42 | 0.67 |
| Hex | 93 | 88 | CE | 1D | 22 | 0 | 13 | F9 | 2A | 43 |
| Octal | 223 | 210 | 316 | 35 | 42 | 0 | 23 | 371 | 52 | 103 |
| Binary | 10010011 | 10001000 | 11001110 | 11101 | 100010 | 0 | 10011 | 11111001 | 101010 | 1000011 |
Color Harmonies of #9388CE
Complementary color
Monochromatic Colors of #9388CE
Black with #9388CE
Text Example
Text Example
White with #9388CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388CE; }
p { color: rgb(147,136,206); }
H1.HeaderClassName
{
color: #9388CE;
}
.AnyTagClassName
{
color: #9388CE;
}
</style>
background-color css
<style>
a { background-color: #9388CE; }
a { background-color: rgb(147,136,206); }
div.DivClassName
{
background-color: #9388CE;
}
.BgClassName
{
background-color: #9388CE;
}
</style>
border-color css
<style>
span { border-color: #9388CE; }
span { border-color: rgb(147,136,206); }
td.TdClassName
{
border-color: #9388CE;
}
.TagClassName
{
border-color: #9388CE;
}
</style>