Shades of Blue Bell #8F8DC3
Tints of Blue Bell #8F8DC3
RGB
CMYK
RGB Variations
Color information
#8F8DC3 (or 0x8F8DC3) is known color: Blue Bell. HEX triplet: 8F, 8D and C3. RGB value is (143,141,195). Sum of RGB (Red+Green+Blue) = 143+141+195=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F8DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DC3 is #70723C. Grayscale: #939393. Windows color (decimal): -7369277 or 12815759. OLE color: 12815759.
HSL color Cylindrical-coordinate representation of color #8F8DC3: hue angle of 242.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F8DC3 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 141 | 195 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.24 |
| HSL | 242.22º | 0.31% | 0.66% | - |
| HSV(B) | 242.22º | 0.28% | 0.76% | - |
| XYZ | 30.7 | 28.83 | 55.58 | - |
| YUV | 147.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 195 | 0.27 | 0.28 | 0 | 0.24 | 242.22 | 0.31 | 0.66 |
| Hex | 8F | 8D | C3 | 1B | 1C | 0 | 18 | F2 | 1F | 42 |
| Octal | 217 | 215 | 303 | 33 | 34 | 0 | 30 | 362 | 37 | 102 |
| Binary | 10001111 | 10001101 | 11000011 | 11011 | 11100 | 0 | 11000 | 11110010 | 11111 | 1000010 |
Color Harmonies of #8F8DC3
Complementary color
Monochromatic Colors of #8F8DC3
Black with #8F8DC3
Text Example
Text Example
White with #8F8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DC3; }
p { color: rgb(143,141,195); }
H1.HeaderClassName
{
color: #8F8DC3;
}
.AnyTagClassName
{
color: #8F8DC3;
}
</style>
background-color css
<style>
a { background-color: #8F8DC3; }
a { background-color: rgb(143,141,195); }
div.DivClassName
{
background-color: #8F8DC3;
}
.BgClassName
{
background-color: #8F8DC3;
}
</style>
border-color css
<style>
span { border-color: #8F8DC3; }
span { border-color: rgb(143,141,195); }
td.TdClassName
{
border-color: #8F8DC3;
}
.TagClassName
{
border-color: #8F8DC3;
}
</style>