Shades of Blue Bell #8F8DC0
Tints of Blue Bell #8F8DC0
RGB
CMYK
RGB Variations
Color information
#8F8DC0 (or 0x8F8DC0) is known color: Blue Bell. HEX triplet: 8F, 8D and C0. RGB value is (143,141,192). Sum of RGB (Red+Green+Blue) = 143+141+192=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DC0 is #70723F. Grayscale: #939393. Windows color (decimal): -7369280 or 12619151. OLE color: 12619151.
HSL color Cylindrical-coordinate representation of color #8F8DC0: hue angle of 242.35º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8DC0 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 141 | 192 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.25 |
| HSL | 242.35º | 0.29% | 0.65% | - |
| HSV(B) | 242.35º | 0.27% | 0.75% | - |
| XYZ | 30.37 | 28.7 | 53.81 | - |
| YUV | 147.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 192 | 0.26 | 0.27 | 0 | 0.25 | 242.35 | 0.29 | 0.65 |
| Hex | 8F | 8D | C0 | 1A | 1B | 0 | 19 | F2 | 1D | 41 |
| Octal | 217 | 215 | 300 | 32 | 33 | 0 | 31 | 362 | 35 | 101 |
| Binary | 10001111 | 10001101 | 11000000 | 11010 | 11011 | 0 | 11001 | 11110010 | 11101 | 1000001 |
Color Harmonies of #8F8DC0
Complementary color
Monochromatic Colors of #8F8DC0
Black with #8F8DC0
Text Example
Text Example
White with #8F8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DC0; }
p { color: rgb(143,141,192); }
H1.HeaderClassName
{
color: #8F8DC0;
}
.AnyTagClassName
{
color: #8F8DC0;
}
</style>
background-color css
<style>
a { background-color: #8F8DC0; }
a { background-color: rgb(143,141,192); }
div.DivClassName
{
background-color: #8F8DC0;
}
.BgClassName
{
background-color: #8F8DC0;
}
</style>
border-color css
<style>
span { border-color: #8F8DC0; }
span { border-color: rgb(143,141,192); }
td.TdClassName
{
border-color: #8F8DC0;
}
.TagClassName
{
border-color: #8F8DC0;
}
</style>