Shades of Blue Bell #938EC1
Tints of Blue Bell #938EC1
RGB
CMYK
RGB Variations
Color information
#938EC1 (or 0x938EC1) is known color: Blue Bell. HEX triplet: 93, 8E and C1. RGB value is (147,142,193). Sum of RGB (Red+Green+Blue) = 147+142+193=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #938EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EC1 is #6C713E. Grayscale: #959595. Windows color (decimal): -7106879 or 12684947. OLE color: 12684947.
HSL color Cylindrical-coordinate representation of color #938EC1: hue angle of 245.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #938EC1 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 142 | 193 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.24 |
| HSL | 245.88º | 0.29% | 0.66% | - |
| HSV(B) | 245.88º | 0.26% | 0.76% | - |
| XYZ | 31.33 | 29.4 | 54.48 | - |
| YUV | 149.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 193 | 0.24 | 0.26 | 0 | 0.24 | 245.88 | 0.29 | 0.66 |
| Hex | 93 | 8E | C1 | 18 | 1A | 0 | 18 | F6 | 1D | 42 |
| Octal | 223 | 216 | 301 | 30 | 32 | 0 | 30 | 366 | 35 | 102 |
| Binary | 10010011 | 10001110 | 11000001 | 11000 | 11010 | 0 | 11000 | 11110110 | 11101 | 1000010 |
Color Harmonies of #938EC1
Complementary color
Monochromatic Colors of #938EC1
Black with #938EC1
Text Example
Text Example
White with #938EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EC1; }
p { color: rgb(147,142,193); }
H1.HeaderClassName
{
color: #938EC1;
}
.AnyTagClassName
{
color: #938EC1;
}
</style>
background-color css
<style>
a { background-color: #938EC1; }
a { background-color: rgb(147,142,193); }
div.DivClassName
{
background-color: #938EC1;
}
.BgClassName
{
background-color: #938EC1;
}
</style>
border-color css
<style>
span { border-color: #938EC1; }
span { border-color: rgb(147,142,193); }
td.TdClassName
{
border-color: #938EC1;
}
.TagClassName
{
border-color: #938EC1;
}
</style>