Shades of Blue Bell #8F8ACD
Tints of Blue Bell #8F8ACD
RGB
CMYK
RGB Variations
Color information
#8F8ACD (or 0x8F8ACD) is known color: Blue Bell. HEX triplet: 8F, 8A and CD. RGB value is (143,138,205). Sum of RGB (Red+Green+Blue) = 143+138+205=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ACD is #707532. Grayscale: #929292. Windows color (decimal): -7370035 or 13470351. OLE color: 13470351.
HSL color Cylindrical-coordinate representation of color #8F8ACD: hue angle of 244.48º 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 #8F8ACD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 138 | 205 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.20 |
| HSL | 244.48º | 0.4% | 0.67% | - |
| HSV(B) | 244.48º | 0.33% | 0.8% | - |
| XYZ | 31.44 | 28.42 | 61.59 | - |
| YUV | 147.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 205 | 0.30 | 0.33 | 0 | 0.20 | 244.48 | 0.4 | 0.67 |
| Hex | 8F | 8A | CD | 1E | 21 | 0 | 14 | F4 | 28 | 43 |
| Octal | 217 | 212 | 315 | 36 | 41 | 0 | 24 | 364 | 50 | 103 |
| Binary | 10001111 | 10001010 | 11001101 | 11110 | 100001 | 0 | 10100 | 11110100 | 101000 | 1000011 |
Color Harmonies of #8F8ACD
Complementary color
Monochromatic Colors of #8F8ACD
Black with #8F8ACD
Text Example
Text Example
White with #8F8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8ACD; }
p { color: rgb(143,138,205); }
H1.HeaderClassName
{
color: #8F8ACD;
}
.AnyTagClassName
{
color: #8F8ACD;
}
</style>
background-color css
<style>
a { background-color: #8F8ACD; }
a { background-color: rgb(143,138,205); }
div.DivClassName
{
background-color: #8F8ACD;
}
.BgClassName
{
background-color: #8F8ACD;
}
</style>
border-color css
<style>
span { border-color: #8F8ACD; }
span { border-color: rgb(143,138,205); }
td.TdClassName
{
border-color: #8F8ACD;
}
.TagClassName
{
border-color: #8F8ACD;
}
</style>