Shades of Blue Bell #8F8DBD
Tints of Blue Bell #8F8DBD
RGB
CMYK
RGB Variations
Color information
#8F8DBD (or 0x8F8DBD) is known color: Blue Bell. HEX triplet: 8F, 8D and BD. RGB value is (143,141,189). Sum of RGB (Red+Green+Blue) = 143+141+189=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DBD is #707242. Grayscale: #929292. Windows color (decimal): -7369283 or 12422543. OLE color: 12422543.
HSL color Cylindrical-coordinate representation of color #8F8DBD: hue angle of 242.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F8DBD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 141 | 189 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.26 |
| HSL | 242.5º | 0.27% | 0.65% | - |
| HSV(B) | 242.5º | 0.25% | 0.74% | - |
| XYZ | 30.04 | 28.56 | 52.07 | - |
| YUV | 147.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 189 | 0.24 | 0.25 | 0 | 0.26 | 242.5 | 0.27 | 0.65 |
| Hex | 8F | 8D | BD | 18 | 19 | 0 | 1A | F2 | 1B | 41 |
| Octal | 217 | 215 | 275 | 30 | 31 | 0 | 32 | 362 | 33 | 101 |
| Binary | 10001111 | 10001101 | 10111101 | 11000 | 11001 | 0 | 11010 | 11110010 | 11011 | 1000001 |
Color Harmonies of #8F8DBD
Complementary color
Monochromatic Colors of #8F8DBD
Black with #8F8DBD
Text Example
Text Example
White with #8F8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DBD; }
p { color: rgb(143,141,189); }
H1.HeaderClassName
{
color: #8F8DBD;
}
.AnyTagClassName
{
color: #8F8DBD;
}
</style>
background-color css
<style>
a { background-color: #8F8DBD; }
a { background-color: rgb(143,141,189); }
div.DivClassName
{
background-color: #8F8DBD;
}
.BgClassName
{
background-color: #8F8DBD;
}
</style>
border-color css
<style>
span { border-color: #8F8DBD; }
span { border-color: rgb(143,141,189); }
td.TdClassName
{
border-color: #8F8DBD;
}
.TagClassName
{
border-color: #8F8DBD;
}
</style>