Shades of Blue Bell #8D8ACE
Tints of Blue Bell #8D8ACE
RGB
CMYK
RGB Variations
Color information
#8D8ACE (or 0x8D8ACE) is known color: Blue Bell. HEX triplet: 8D, 8A and CE. RGB value is (141,138,206). Sum of RGB (Red+Green+Blue) = 141+138+206=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ACE is #727531. Grayscale: #929292. Windows color (decimal): -7501106 or 13535885. OLE color: 13535885.
HSL color Cylindrical-coordinate representation of color #8D8ACE: hue angle of 242.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D8ACE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 138 | 206 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.19 |
| HSL | 242.65º | 0.41% | 0.67% | - |
| HSV(B) | 242.65º | 0.33% | 0.81% | - |
| XYZ | 31.21 | 28.3 | 62.21 | - |
| YUV | 146.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 206 | 0.32 | 0.33 | 0 | 0.19 | 242.65 | 0.41 | 0.67 |
| Hex | 8D | 8A | CE | 20 | 21 | 0 | 13 | F3 | 29 | 43 |
| Octal | 215 | 212 | 316 | 40 | 41 | 0 | 23 | 363 | 51 | 103 |
| Binary | 10001101 | 10001010 | 11001110 | 100000 | 100001 | 0 | 10011 | 11110011 | 101001 | 1000011 |
Color Harmonies of #8D8ACE
Complementary color
Monochromatic Colors of #8D8ACE
Black with #8D8ACE
Text Example
Text Example
White with #8D8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8ACE; }
p { color: rgb(141,138,206); }
H1.HeaderClassName
{
color: #8D8ACE;
}
.AnyTagClassName
{
color: #8D8ACE;
}
</style>
background-color css
<style>
a { background-color: #8D8ACE; }
a { background-color: rgb(141,138,206); }
div.DivClassName
{
background-color: #8D8ACE;
}
.BgClassName
{
background-color: #8D8ACE;
}
</style>
border-color css
<style>
span { border-color: #8D8ACE; }
span { border-color: rgb(141,138,206); }
td.TdClassName
{
border-color: #8D8ACE;
}
.TagClassName
{
border-color: #8D8ACE;
}
</style>