Shades of Blue Bell #8F8BCE
Tints of Blue Bell #8F8BCE
RGB
CMYK
RGB Variations
Color information
#8F8BCE (or 0x8F8BCE) is known color: Blue Bell. HEX triplet: 8F, 8B and CE. RGB value is (143,139,206). Sum of RGB (Red+Green+Blue) = 143+139+206=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BCE is #707431. Grayscale: #939393. Windows color (decimal): -7369778 or 13536143. OLE color: 13536143.
HSL color Cylindrical-coordinate representation of color #8F8BCE: hue angle of 243.58º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8BCE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 139 | 206 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.19 |
| HSL | 243.58º | 0.41% | 0.68% | - |
| HSV(B) | 243.58º | 0.33% | 0.81% | - |
| XYZ | 31.7 | 28.76 | 62.27 | - |
| YUV | 147.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 206 | 0.31 | 0.33 | 0 | 0.19 | 243.58 | 0.41 | 0.68 |
| Hex | 8F | 8B | CE | 1F | 21 | 0 | 13 | F4 | 29 | 44 |
| Octal | 217 | 213 | 316 | 37 | 41 | 0 | 23 | 364 | 51 | 104 |
| Binary | 10001111 | 10001011 | 11001110 | 11111 | 100001 | 0 | 10011 | 11110100 | 101001 | 1000100 |
Color Harmonies of #8F8BCE
Complementary color
Monochromatic Colors of #8F8BCE
Black with #8F8BCE
Text Example
Text Example
White with #8F8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BCE; }
p { color: rgb(143,139,206); }
H1.HeaderClassName
{
color: #8F8BCE;
}
.AnyTagClassName
{
color: #8F8BCE;
}
</style>
background-color css
<style>
a { background-color: #8F8BCE; }
a { background-color: rgb(143,139,206); }
div.DivClassName
{
background-color: #8F8BCE;
}
.BgClassName
{
background-color: #8F8BCE;
}
</style>
border-color css
<style>
span { border-color: #8F8BCE; }
span { border-color: rgb(143,139,206); }
td.TdClassName
{
border-color: #8F8BCE;
}
.TagClassName
{
border-color: #8F8BCE;
}
</style>