Shades of Blue Bell #8C8ACE
Tints of Blue Bell #8C8ACE
RGB
CMYK
RGB Variations
Color information
#8C8ACE (or 0x8C8ACE) is known color: Blue Bell. HEX triplet: 8C, 8A and CE. RGB value is (140,138,206). Sum of RGB (Red+Green+Blue) = 140+138+206=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ACE is #737531. Grayscale: #929292. Windows color (decimal): -7566642 or 13535884. OLE color: 13535884.
HSL color Cylindrical-coordinate representation of color #8C8ACE: hue angle of 241.76º 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 #8C8ACE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 138 | 206 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.19 |
| HSL | 241.76º | 0.41% | 0.67% | - |
| HSV(B) | 241.76º | 0.33% | 0.81% | - |
| XYZ | 31.04 | 28.21 | 62.2 | - |
| YUV | 146.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 206 | 0.32 | 0.33 | 0 | 0.19 | 241.76 | 0.41 | 0.67 |
| Hex | 8C | 8A | CE | 20 | 21 | 0 | 13 | F2 | 29 | 43 |
| Octal | 214 | 212 | 316 | 40 | 41 | 0 | 23 | 362 | 51 | 103 |
| Binary | 10001100 | 10001010 | 11001110 | 100000 | 100001 | 0 | 10011 | 11110010 | 101001 | 1000011 |
Color Harmonies of #8C8ACE
Complementary color
Monochromatic Colors of #8C8ACE
Black with #8C8ACE
Text Example
Text Example
White with #8C8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ACE; }
p { color: rgb(140,138,206); }
H1.HeaderClassName
{
color: #8C8ACE;
}
.AnyTagClassName
{
color: #8C8ACE;
}
</style>
background-color css
<style>
a { background-color: #8C8ACE; }
a { background-color: rgb(140,138,206); }
div.DivClassName
{
background-color: #8C8ACE;
}
.BgClassName
{
background-color: #8C8ACE;
}
</style>
border-color css
<style>
span { border-color: #8C8ACE; }
span { border-color: rgb(140,138,206); }
td.TdClassName
{
border-color: #8C8ACE;
}
.TagClassName
{
border-color: #8C8ACE;
}
</style>