Shades of Blue Bell #8F8CCD
Tints of Blue Bell #8F8CCD
RGB
CMYK
RGB Variations
Color information
#8F8CCD (or 0x8F8CCD) is known color: Blue Bell. HEX triplet: 8F, 8C and CD. RGB value is (143,140,205). Sum of RGB (Red+Green+Blue) = 143+140+205=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CCD is #707332. Grayscale: #949494. Windows color (decimal): -7369523 or 13470863. OLE color: 13470863.
HSL color Cylindrical-coordinate representation of color #8F8CCD: hue angle of 242.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8CCD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 140 | 205 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.20 |
| HSL | 242.77º | 0.39% | 0.68% | - |
| HSV(B) | 242.77º | 0.32% | 0.8% | - |
| XYZ | 31.73 | 29 | 61.68 | - |
| YUV | 148.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 205 | 0.30 | 0.32 | 0 | 0.20 | 242.77 | 0.39 | 0.68 |
| Hex | 8F | 8C | CD | 1E | 20 | 0 | 14 | F3 | 27 | 44 |
| Octal | 217 | 214 | 315 | 36 | 40 | 0 | 24 | 363 | 47 | 104 |
| Binary | 10001111 | 10001100 | 11001101 | 11110 | 100000 | 0 | 10100 | 11110011 | 100111 | 1000100 |
Color Harmonies of #8F8CCD
Complementary color
Monochromatic Colors of #8F8CCD
Black with #8F8CCD
Text Example
Text Example
White with #8F8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8CCD; }
p { color: rgb(143,140,205); }
H1.HeaderClassName
{
color: #8F8CCD;
}
.AnyTagClassName
{
color: #8F8CCD;
}
</style>
background-color css
<style>
a { background-color: #8F8CCD; }
a { background-color: rgb(143,140,205); }
div.DivClassName
{
background-color: #8F8CCD;
}
.BgClassName
{
background-color: #8F8CCD;
}
</style>
border-color css
<style>
span { border-color: #8F8CCD; }
span { border-color: rgb(143,140,205); }
td.TdClassName
{
border-color: #8F8CCD;
}
.TagClassName
{
border-color: #8F8CCD;
}
</style>