Shades of Blue Bell #8F8EC3
Tints of Blue Bell #8F8EC3
RGB
CMYK
RGB Variations
Color information
#8F8EC3 (or 0x8F8EC3) is known color: Blue Bell. HEX triplet: 8F, 8E and C3. RGB value is (143,142,195). Sum of RGB (Red+Green+Blue) = 143+142+195=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F8EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EC3 is #70713C. Grayscale: #949494. Windows color (decimal): -7369021 or 12816015. OLE color: 12816015.
HSL color Cylindrical-coordinate representation of color #8F8EC3: hue angle of 241.13º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8EC3 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 142 | 195 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.24 |
| HSL | 241.13º | 0.31% | 0.66% | - |
| HSV(B) | 241.13º | 0.27% | 0.76% | - |
| XYZ | 30.85 | 29.13 | 55.63 | - |
| YUV | 148.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 142 | 195 | 0.27 | 0.27 | 0 | 0.24 | 241.13 | 0.31 | 0.66 |
| Hex | 8F | 8E | C3 | 1B | 1B | 0 | 18 | F1 | 1F | 42 |
| Octal | 217 | 216 | 303 | 33 | 33 | 0 | 30 | 361 | 37 | 102 |
| Binary | 10001111 | 10001110 | 11000011 | 11011 | 11011 | 0 | 11000 | 11110001 | 11111 | 1000010 |
Color Harmonies of #8F8EC3
Complementary color
Monochromatic Colors of #8F8EC3
Black with #8F8EC3
Text Example
Text Example
White with #8F8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8EC3; }
p { color: rgb(143,142,195); }
H1.HeaderClassName
{
color: #8F8EC3;
}
.AnyTagClassName
{
color: #8F8EC3;
}
</style>
background-color css
<style>
a { background-color: #8F8EC3; }
a { background-color: rgb(143,142,195); }
div.DivClassName
{
background-color: #8F8EC3;
}
.BgClassName
{
background-color: #8F8EC3;
}
</style>
border-color css
<style>
span { border-color: #8F8EC3; }
span { border-color: rgb(143,142,195); }
td.TdClassName
{
border-color: #8F8EC3;
}
.TagClassName
{
border-color: #8F8EC3;
}
</style>