Shades of Blue Bell #938ED8
Tints of Blue Bell #938ED8
RGB
CMYK
RGB Variations
Color information
#938ED8 (or 0x938ED8) is known color: Blue Bell. HEX triplet: 93, 8E and D8. RGB value is (147,142,216). Sum of RGB (Red+Green+Blue) = 147+142+216=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #938ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ED8 is #6C7127. Grayscale: #979797. Windows color (decimal): -7106856 or 14192275. OLE color: 14192275.
HSL color Cylindrical-coordinate representation of color #938ED8: hue angle of 244.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #938ED8 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 142 | 216 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.15 |
| HSL | 244.05º | 0.49% | 0.7% | - |
| HSV(B) | 244.05º | 0.34% | 0.85% | - |
| XYZ | 34.1 | 30.51 | 69.06 | - |
| YUV | 151.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 216 | 0.32 | 0.34 | 0 | 0.15 | 244.05 | 0.49 | 0.7 |
| Hex | 93 | 8E | D8 | 20 | 22 | 0 | F | F4 | 31 | 46 |
| Octal | 223 | 216 | 330 | 40 | 42 | 0 | 17 | 364 | 61 | 106 |
| Binary | 10010011 | 10001110 | 11011000 | 100000 | 100010 | 0 | 1111 | 11110100 | 110001 | 1000110 |
Color Harmonies of #938ED8
Complementary color
Monochromatic Colors of #938ED8
Black with #938ED8
Text Example
Text Example
White with #938ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ED8; }
p { color: rgb(147,142,216); }
H1.HeaderClassName
{
color: #938ED8;
}
.AnyTagClassName
{
color: #938ED8;
}
</style>
background-color css
<style>
a { background-color: #938ED8; }
a { background-color: rgb(147,142,216); }
div.DivClassName
{
background-color: #938ED8;
}
.BgClassName
{
background-color: #938ED8;
}
</style>
border-color css
<style>
span { border-color: #938ED8; }
span { border-color: rgb(147,142,216); }
td.TdClassName
{
border-color: #938ED8;
}
.TagClassName
{
border-color: #938ED8;
}
</style>