Shades of Blue Bell #938CDC
Tints of Blue Bell #938CDC
RGB
CMYK
RGB Variations
Color information
#938CDC (or 0x938CDC) is known color: Blue Bell. HEX triplet: 93, 8C and DC. RGB value is (147,140,220). Sum of RGB (Red+Green+Blue) = 147+140+220=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #938CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CDC is #6C7323. Grayscale: #969696. Windows color (decimal): -7107364 or 14453907. OLE color: 14453907.
HSL color Cylindrical-coordinate representation of color #938CDC: hue angle of 245.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #938CDC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 140 | 220 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.14 |
| HSL | 245.25º | 0.53% | 0.71% | - |
| HSV(B) | 245.25º | 0.36% | 0.86% | - |
| XYZ | 34.33 | 30.13 | 71.72 | - |
| YUV | 151.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 220 | 0.33 | 0.36 | 0 | 0.14 | 245.25 | 0.53 | 0.71 |
| Hex | 93 | 8C | DC | 21 | 24 | 0 | E | F5 | 35 | 47 |
| Octal | 223 | 214 | 334 | 41 | 44 | 0 | 16 | 365 | 65 | 107 |
| Binary | 10010011 | 10001100 | 11011100 | 100001 | 100100 | 0 | 1110 | 11110101 | 110101 | 1000111 |
Color Harmonies of #938CDC
Complementary color
Monochromatic Colors of #938CDC
Black with #938CDC
Text Example
Text Example
White with #938CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CDC; }
p { color: rgb(147,140,220); }
H1.HeaderClassName
{
color: #938CDC;
}
.AnyTagClassName
{
color: #938CDC;
}
</style>
background-color css
<style>
a { background-color: #938CDC; }
a { background-color: rgb(147,140,220); }
div.DivClassName
{
background-color: #938CDC;
}
.BgClassName
{
background-color: #938CDC;
}
</style>
border-color css
<style>
span { border-color: #938CDC; }
span { border-color: rgb(147,140,220); }
td.TdClassName
{
border-color: #938CDC;
}
.TagClassName
{
border-color: #938CDC;
}
</style>