Shades of Blue Bell #8C8AD1
Tints of Blue Bell #8C8AD1
RGB
CMYK
RGB Variations
Color information
#8C8AD1 (or 0x8C8AD1) is known color: Blue Bell. HEX triplet: 8C, 8A and D1. RGB value is (140,138,209). Sum of RGB (Red+Green+Blue) = 140+138+209=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8AD1 is #73752E. Grayscale: #929292. Windows color (decimal): -7566639 or 13732492. OLE color: 13732492.
HSL color Cylindrical-coordinate representation of color #8C8AD1: hue angle of 241.69º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C8AD1 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 138 | 209 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.18 |
| HSL | 241.69º | 0.44% | 0.68% | - |
| HSV(B) | 241.69º | 0.34% | 0.82% | - |
| XYZ | 31.41 | 28.36 | 64.14 | - |
| YUV | 146.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 209 | 0.33 | 0.34 | 0 | 0.18 | 241.69 | 0.44 | 0.68 |
| Hex | 8C | 8A | D1 | 21 | 22 | 0 | 12 | F2 | 2C | 44 |
| Octal | 214 | 212 | 321 | 41 | 42 | 0 | 22 | 362 | 54 | 104 |
| Binary | 10001100 | 10001010 | 11010001 | 100001 | 100010 | 0 | 10010 | 11110010 | 101100 | 1000100 |
Color Harmonies of #8C8AD1
Complementary color
Monochromatic Colors of #8C8AD1
Black with #8C8AD1
Text Example
Text Example
White with #8C8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8AD1; }
p { color: rgb(140,138,209); }
H1.HeaderClassName
{
color: #8C8AD1;
}
.AnyTagClassName
{
color: #8C8AD1;
}
</style>
background-color css
<style>
a { background-color: #8C8AD1; }
a { background-color: rgb(140,138,209); }
div.DivClassName
{
background-color: #8C8AD1;
}
.BgClassName
{
background-color: #8C8AD1;
}
</style>
border-color css
<style>
span { border-color: #8C8AD1; }
span { border-color: rgb(140,138,209); }
td.TdClassName
{
border-color: #8C8AD1;
}
.TagClassName
{
border-color: #8C8AD1;
}
</style>