Shades of Blue Bell #8F8ECE
Tints of Blue Bell #8F8ECE
RGB
CMYK
RGB Variations
Color information
#8F8ECE (or 0x8F8ECE) is known color: Blue Bell. HEX triplet: 8F, 8E and CE. RGB value is (143,142,206). Sum of RGB (Red+Green+Blue) = 143+142+206=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ECE is #707131. Grayscale: #959595. Windows color (decimal): -7369010 or 13536911. OLE color: 13536911.
HSL color Cylindrical-coordinate representation of color #8F8ECE: hue angle of 240.94º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F8ECE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 142 | 206 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.19 |
| HSL | 240.94º | 0.4% | 0.68% | - |
| HSV(B) | 240.94º | 0.31% | 0.81% | - |
| XYZ | 32.14 | 29.64 | 62.42 | - |
| YUV | 149.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 206 | 0.31 | 0.31 | 0 | 0.19 | 240.94 | 0.4 | 0.68 |
| Hex | 8F | 8E | CE | 1F | 1F | 0 | 13 | F1 | 28 | 44 |
| Octal | 217 | 216 | 316 | 37 | 37 | 0 | 23 | 361 | 50 | 104 |
| Binary | 10001111 | 10001110 | 11001110 | 11111 | 11111 | 0 | 10011 | 11110001 | 101000 | 1000100 |
Color Harmonies of #8F8ECE
Complementary color
Monochromatic Colors of #8F8ECE
Black with #8F8ECE
Text Example
Text Example
White with #8F8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8ECE; }
p { color: rgb(143,142,206); }
H1.HeaderClassName
{
color: #8F8ECE;
}
.AnyTagClassName
{
color: #8F8ECE;
}
</style>
background-color css
<style>
a { background-color: #8F8ECE; }
a { background-color: rgb(143,142,206); }
div.DivClassName
{
background-color: #8F8ECE;
}
.BgClassName
{
background-color: #8F8ECE;
}
</style>
border-color css
<style>
span { border-color: #8F8ECE; }
span { border-color: rgb(143,142,206); }
td.TdClassName
{
border-color: #8F8ECE;
}
.TagClassName
{
border-color: #8F8ECE;
}
</style>