Shades of Blue Bell #938ECC
Tints of Blue Bell #938ECC
RGB
CMYK
RGB Variations
Color information
#938ECC (or 0x938ECC) is known color: Blue Bell. HEX triplet: 93, 8E and CC. RGB value is (147,142,204). Sum of RGB (Red+Green+Blue) = 147+142+204=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #938ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ECC is #6C7133. Grayscale: #969696. Windows color (decimal): -7106868 or 13405843. OLE color: 13405843.
HSL color Cylindrical-coordinate representation of color #938ECC: hue angle of 244.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938ECC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 142 | 204 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.2 |
| HSL | 244.84º | 0.38% | 0.68% | - |
| HSV(B) | 244.84º | 0.3% | 0.8% | - |
| XYZ | 32.6 | 29.91 | 61.18 | - |
| YUV | 150.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 204 | 0.28 | 0.30 | 0 | 0.2 | 244.84 | 0.38 | 0.68 |
| Hex | 93 | 8E | CC | 1C | 1E | 0 | 14 | F5 | 26 | 44 |
| Octal | 223 | 216 | 314 | 34 | 36 | 0 | 24 | 365 | 46 | 104 |
| Binary | 10010011 | 10001110 | 11001100 | 11100 | 11110 | 0 | 10100 | 11110101 | 100110 | 1000100 |
Color Harmonies of #938ECC
Complementary color
Monochromatic Colors of #938ECC
Black with #938ECC
Text Example
Text Example
White with #938ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ECC; }
p { color: rgb(147,142,204); }
H1.HeaderClassName
{
color: #938ECC;
}
.AnyTagClassName
{
color: #938ECC;
}
</style>
background-color css
<style>
a { background-color: #938ECC; }
a { background-color: rgb(147,142,204); }
div.DivClassName
{
background-color: #938ECC;
}
.BgClassName
{
background-color: #938ECC;
}
</style>
border-color css
<style>
span { border-color: #938ECC; }
span { border-color: rgb(147,142,204); }
td.TdClassName
{
border-color: #938ECC;
}
.TagClassName
{
border-color: #938ECC;
}
</style>