Shades of Blue Bell #8F8CCA
Tints of Blue Bell #8F8CCA
RGB
CMYK
RGB Variations
Color information
#8F8CCA (or 0x8F8CCA) is known color: Blue Bell. HEX triplet: 8F, 8C and CA. RGB value is (143,140,202). Sum of RGB (Red+Green+Blue) = 143+140+202=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CCA is #707335. Grayscale: #939393. Windows color (decimal): -7369526 or 13274255. OLE color: 13274255.
HSL color Cylindrical-coordinate representation of color #8F8CCA: hue angle of 242.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F8CCA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 140 | 202 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.21 |
| HSL | 242.9º | 0.37% | 0.67% | - |
| HSV(B) | 242.9º | 0.31% | 0.79% | - |
| XYZ | 31.37 | 28.86 | 59.79 | - |
| YUV | 147.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 202 | 0.29 | 0.31 | 0 | 0.21 | 242.9 | 0.37 | 0.67 |
| Hex | 8F | 8C | CA | 1D | 1F | 0 | 15 | F3 | 25 | 43 |
| Octal | 217 | 214 | 312 | 35 | 37 | 0 | 25 | 363 | 45 | 103 |
| Binary | 10001111 | 10001100 | 11001010 | 11101 | 11111 | 0 | 10101 | 11110011 | 100101 | 1000011 |
Color Harmonies of #8F8CCA
Complementary color
Monochromatic Colors of #8F8CCA
Black with #8F8CCA
Text Example
Text Example
White with #8F8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8CCA; }
p { color: rgb(143,140,202); }
H1.HeaderClassName
{
color: #8F8CCA;
}
.AnyTagClassName
{
color: #8F8CCA;
}
</style>
background-color css
<style>
a { background-color: #8F8CCA; }
a { background-color: rgb(143,140,202); }
div.DivClassName
{
background-color: #8F8CCA;
}
.BgClassName
{
background-color: #8F8CCA;
}
</style>
border-color css
<style>
span { border-color: #8F8CCA; }
span { border-color: rgb(143,140,202); }
td.TdClassName
{
border-color: #8F8CCA;
}
.TagClassName
{
border-color: #8F8CCA;
}
</style>