Shades of Blue Bell #938BDE
Tints of Blue Bell #938BDE
RGB
CMYK
RGB Variations
Color information
#938BDE (or 0x938BDE) is known color: Blue Bell. HEX triplet: 93, 8B and DE. RGB value is (147,139,222). Sum of RGB (Red+Green+Blue) = 147+139+222=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #938BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BDE is #6C7421. Grayscale: #969696. Windows color (decimal): -7107618 or 14584723. OLE color: 14584723.
HSL color Cylindrical-coordinate representation of color #938BDE: hue angle of 245.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938BDE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 139 | 222 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.13 |
| HSL | 245.78º | 0.56% | 0.71% | - |
| HSV(B) | 245.78º | 0.37% | 0.87% | - |
| XYZ | 34.45 | 29.94 | 73.07 | - |
| YUV | 150.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 222 | 0.34 | 0.37 | 0 | 0.13 | 245.78 | 0.56 | 0.71 |
| Hex | 93 | 8B | DE | 22 | 25 | 0 | D | F6 | 38 | 47 |
| Octal | 223 | 213 | 336 | 42 | 45 | 0 | 15 | 366 | 70 | 107 |
| Binary | 10010011 | 10001011 | 11011110 | 100010 | 100101 | 0 | 1101 | 11110110 | 111000 | 1000111 |
Color Harmonies of #938BDE
Complementary color
Monochromatic Colors of #938BDE
Black with #938BDE
Text Example
Text Example
White with #938BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BDE; }
p { color: rgb(147,139,222); }
H1.HeaderClassName
{
color: #938BDE;
}
.AnyTagClassName
{
color: #938BDE;
}
</style>
background-color css
<style>
a { background-color: #938BDE; }
a { background-color: rgb(147,139,222); }
div.DivClassName
{
background-color: #938BDE;
}
.BgClassName
{
background-color: #938BDE;
}
</style>
border-color css
<style>
span { border-color: #938BDE; }
span { border-color: rgb(147,139,222); }
td.TdClassName
{
border-color: #938BDE;
}
.TagClassName
{
border-color: #938BDE;
}
</style>