Shades of Blue Bell #938DC0
Tints of Blue Bell #938DC0
RGB
CMYK
RGB Variations
Color information
#938DC0 (or 0x938DC0) is known color: Blue Bell. HEX triplet: 93, 8D and C0. RGB value is (147,141,192). Sum of RGB (Red+Green+Blue) = 147+141+192=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #938DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DC0 is #6C723F. Grayscale: #949494. Windows color (decimal): -7107136 or 12619155. OLE color: 12619155.
HSL color Cylindrical-coordinate representation of color #938DC0: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #938DC0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 141 | 192 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.25 |
| HSL | 247.06º | 0.29% | 0.65% | - |
| HSV(B) | 247.06º | 0.27% | 0.75% | - |
| XYZ | 31.07 | 29.06 | 53.84 | - |
| YUV | 148.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 192 | 0.23 | 0.27 | 0 | 0.25 | 247.06 | 0.29 | 0.65 |
| Hex | 93 | 8D | C0 | 17 | 1B | 0 | 19 | F7 | 1D | 41 |
| Octal | 223 | 215 | 300 | 27 | 33 | 0 | 31 | 367 | 35 | 101 |
| Binary | 10010011 | 10001101 | 11000000 | 10111 | 11011 | 0 | 11001 | 11110111 | 11101 | 1000001 |
Color Harmonies of #938DC0
Complementary color
Monochromatic Colors of #938DC0
Black with #938DC0
Text Example
Text Example
White with #938DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DC0; }
p { color: rgb(147,141,192); }
H1.HeaderClassName
{
color: #938DC0;
}
.AnyTagClassName
{
color: #938DC0;
}
</style>
background-color css
<style>
a { background-color: #938DC0; }
a { background-color: rgb(147,141,192); }
div.DivClassName
{
background-color: #938DC0;
}
.BgClassName
{
background-color: #938DC0;
}
</style>
border-color css
<style>
span { border-color: #938DC0; }
span { border-color: rgb(147,141,192); }
td.TdClassName
{
border-color: #938DC0;
}
.TagClassName
{
border-color: #938DC0;
}
</style>