Shades of Blue Bell #938ECE
Tints of Blue Bell #938ECE
RGB
CMYK
RGB Variations
Color information
#938ECE (or 0x938ECE) is known color: Blue Bell. HEX triplet: 93, 8E and CE. RGB value is (147,142,206). Sum of RGB (Red+Green+Blue) = 147+142+206=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #938ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ECE is #6C7131. Grayscale: #969696. Windows color (decimal): -7106866 or 13536915. OLE color: 13536915.
HSL color Cylindrical-coordinate representation of color #938ECE: hue angle of 244.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938ECE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 142 | 206 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.19 |
| HSL | 244.69º | 0.4% | 0.68% | - |
| HSV(B) | 244.69º | 0.31% | 0.81% | - |
| XYZ | 32.85 | 30.01 | 62.45 | - |
| YUV | 150.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 206 | 0.29 | 0.31 | 0 | 0.19 | 244.69 | 0.4 | 0.68 |
| Hex | 93 | 8E | CE | 1D | 1F | 0 | 13 | F5 | 28 | 44 |
| Octal | 223 | 216 | 316 | 35 | 37 | 0 | 23 | 365 | 50 | 104 |
| Binary | 10010011 | 10001110 | 11001110 | 11101 | 11111 | 0 | 10011 | 11110101 | 101000 | 1000100 |
Color Harmonies of #938ECE
Complementary color
Monochromatic Colors of #938ECE
Black with #938ECE
Text Example
Text Example
White with #938ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ECE; }
p { color: rgb(147,142,206); }
H1.HeaderClassName
{
color: #938ECE;
}
.AnyTagClassName
{
color: #938ECE;
}
</style>
background-color css
<style>
a { background-color: #938ECE; }
a { background-color: rgb(147,142,206); }
div.DivClassName
{
background-color: #938ECE;
}
.BgClassName
{
background-color: #938ECE;
}
</style>
border-color css
<style>
span { border-color: #938ECE; }
span { border-color: rgb(147,142,206); }
td.TdClassName
{
border-color: #938ECE;
}
.TagClassName
{
border-color: #938ECE;
}
</style>