Shades of Blue Bell #8C8ACD
Tints of Blue Bell #8C8ACD
RGB
CMYK
RGB Variations
Color information
#8C8ACD (or 0x8C8ACD) is known color: Blue Bell. HEX triplet: 8C, 8A and CD. RGB value is (140,138,205). Sum of RGB (Red+Green+Blue) = 140+138+205=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ACD is #737532. Grayscale: #919191. Windows color (decimal): -7566643 or 13470348. OLE color: 13470348.
HSL color Cylindrical-coordinate representation of color #8C8ACD: hue angle of 241.79º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C8ACD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 138 | 205 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.20 |
| HSL | 241.79º | 0.4% | 0.67% | - |
| HSV(B) | 241.79º | 0.33% | 0.8% | - |
| XYZ | 30.92 | 28.16 | 61.56 | - |
| YUV | 146.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 205 | 0.32 | 0.33 | 0 | 0.20 | 241.79 | 0.4 | 0.67 |
| Hex | 8C | 8A | CD | 20 | 21 | 0 | 14 | F2 | 28 | 43 |
| Octal | 214 | 212 | 315 | 40 | 41 | 0 | 24 | 362 | 50 | 103 |
| Binary | 10001100 | 10001010 | 11001101 | 100000 | 100001 | 0 | 10100 | 11110010 | 101000 | 1000011 |
Color Harmonies of #8C8ACD
Complementary color
Monochromatic Colors of #8C8ACD
Black with #8C8ACD
Text Example
Text Example
White with #8C8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8ACD; }
p { color: rgb(140,138,205); }
H1.HeaderClassName
{
color: #8C8ACD;
}
.AnyTagClassName
{
color: #8C8ACD;
}
</style>
background-color css
<style>
a { background-color: #8C8ACD; }
a { background-color: rgb(140,138,205); }
div.DivClassName
{
background-color: #8C8ACD;
}
.BgClassName
{
background-color: #8C8ACD;
}
</style>
border-color css
<style>
span { border-color: #8C8ACD; }
span { border-color: rgb(140,138,205); }
td.TdClassName
{
border-color: #8C8ACD;
}
.TagClassName
{
border-color: #8C8ACD;
}
</style>