Shades of Blue Bell #8F8DCC
Tints of Blue Bell #8F8DCC
RGB
CMYK
RGB Variations
Color information
#8F8DCC (or 0x8F8DCC) is known color: Blue Bell. HEX triplet: 8F, 8D and CC. RGB value is (143,141,204). Sum of RGB (Red+Green+Blue) = 143+141+204=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DCC is #707233. Grayscale: #949494. Windows color (decimal): -7369268 or 13405583. OLE color: 13405583.
HSL color Cylindrical-coordinate representation of color #8F8DCC: hue angle of 241.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F8DCC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 141 | 204 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.2 |
| HSL | 241.9º | 0.38% | 0.68% | - |
| HSV(B) | 241.9º | 0.31% | 0.8% | - |
| XYZ | 31.75 | 29.25 | 61.1 | - |
| YUV | 148.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 204 | 0.30 | 0.31 | 0 | 0.2 | 241.9 | 0.38 | 0.68 |
| Hex | 8F | 8D | CC | 1E | 1F | 0 | 14 | F2 | 26 | 44 |
| Octal | 217 | 215 | 314 | 36 | 37 | 0 | 24 | 362 | 46 | 104 |
| Binary | 10001111 | 10001101 | 11001100 | 11110 | 11111 | 0 | 10100 | 11110010 | 100110 | 1000100 |
Color Harmonies of #8F8DCC
Complementary color
Monochromatic Colors of #8F8DCC
Black with #8F8DCC
Text Example
Text Example
White with #8F8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DCC; }
p { color: rgb(143,141,204); }
H1.HeaderClassName
{
color: #8F8DCC;
}
.AnyTagClassName
{
color: #8F8DCC;
}
</style>
background-color css
<style>
a { background-color: #8F8DCC; }
a { background-color: rgb(143,141,204); }
div.DivClassName
{
background-color: #8F8DCC;
}
.BgClassName
{
background-color: #8F8DCC;
}
</style>
border-color css
<style>
span { border-color: #8F8DCC; }
span { border-color: rgb(143,141,204); }
td.TdClassName
{
border-color: #8F8DCC;
}
.TagClassName
{
border-color: #8F8DCC;
}
</style>