Shades of Blue Bell #938DCB
Tints of Blue Bell #938DCB
RGB
CMYK
RGB Variations
Color information
#938DCB (or 0x938DCB) is known color: Blue Bell. HEX triplet: 93, 8D and CB. RGB value is (147,141,203). Sum of RGB (Red+Green+Blue) = 147+141+203=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #938DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DCB is #6C7234. Grayscale: #959595. Windows color (decimal): -7107125 or 13340051. OLE color: 13340051.
HSL color Cylindrical-coordinate representation of color #938DCB: hue angle of 245.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938DCB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 141 | 203 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.20 |
| HSL | 245.81º | 0.37% | 0.67% | - |
| HSV(B) | 245.81º | 0.31% | 0.8% | - |
| XYZ | 32.34 | 29.56 | 60.5 | - |
| YUV | 149.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 203 | 0.28 | 0.31 | 0 | 0.20 | 245.81 | 0.37 | 0.67 |
| Hex | 93 | 8D | CB | 1C | 1F | 0 | 14 | F6 | 25 | 43 |
| Octal | 223 | 215 | 313 | 34 | 37 | 0 | 24 | 366 | 45 | 103 |
| Binary | 10010011 | 10001101 | 11001011 | 11100 | 11111 | 0 | 10100 | 11110110 | 100101 | 1000011 |
Color Harmonies of #938DCB
Complementary color
Monochromatic Colors of #938DCB
Black with #938DCB
Text Example
Text Example
White with #938DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DCB; }
p { color: rgb(147,141,203); }
H1.HeaderClassName
{
color: #938DCB;
}
.AnyTagClassName
{
color: #938DCB;
}
</style>
background-color css
<style>
a { background-color: #938DCB; }
a { background-color: rgb(147,141,203); }
div.DivClassName
{
background-color: #938DCB;
}
.BgClassName
{
background-color: #938DCB;
}
</style>
border-color css
<style>
span { border-color: #938DCB; }
span { border-color: rgb(147,141,203); }
td.TdClassName
{
border-color: #938DCB;
}
.TagClassName
{
border-color: #938DCB;
}
</style>