Shades of Blue Bell #938CDB
Tints of Blue Bell #938CDB
RGB
CMYK
RGB Variations
Color information
#938CDB (or 0x938CDB) is known color: Blue Bell. HEX triplet: 93, 8C and DB. RGB value is (147,140,219). Sum of RGB (Red+Green+Blue) = 147+140+219=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #938CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CDB is #6C7324. Grayscale: #969696. Windows color (decimal): -7107365 or 14388371. OLE color: 14388371.
HSL color Cylindrical-coordinate representation of color #938CDB: hue angle of 245.32º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938CDB is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 140 | 219 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.14 |
| HSL | 245.32º | 0.52% | 0.7% | - |
| HSV(B) | 245.32º | 0.36% | 0.86% | - |
| XYZ | 34.2 | 30.07 | 71.02 | - |
| YUV | 151.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 219 | 0.33 | 0.36 | 0 | 0.14 | 245.32 | 0.52 | 0.7 |
| Hex | 93 | 8C | DB | 21 | 24 | 0 | E | F5 | 34 | 46 |
| Octal | 223 | 214 | 333 | 41 | 44 | 0 | 16 | 365 | 64 | 106 |
| Binary | 10010011 | 10001100 | 11011011 | 100001 | 100100 | 0 | 1110 | 11110101 | 110100 | 1000110 |
Color Harmonies of #938CDB
Complementary color
Monochromatic Colors of #938CDB
Black with #938CDB
Text Example
Text Example
White with #938CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CDB; }
p { color: rgb(147,140,219); }
H1.HeaderClassName
{
color: #938CDB;
}
.AnyTagClassName
{
color: #938CDB;
}
</style>
background-color css
<style>
a { background-color: #938CDB; }
a { background-color: rgb(147,140,219); }
div.DivClassName
{
background-color: #938CDB;
}
.BgClassName
{
background-color: #938CDB;
}
</style>
border-color css
<style>
span { border-color: #938CDB; }
span { border-color: rgb(147,140,219); }
td.TdClassName
{
border-color: #938CDB;
}
.TagClassName
{
border-color: #938CDB;
}
</style>