Shades of Blue Bell #8C8DCF
Tints of Blue Bell #8C8DCF
RGB
CMYK
RGB Variations
Color information
#8C8DCF (or 0x8C8DCF) is known color: Blue Bell. HEX triplet: 8C, 8D and CF. RGB value is (140,141,207). Sum of RGB (Red+Green+Blue) = 140+141+207=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8DCF is #737230. Grayscale: #939393. Windows color (decimal): -7565873 or 13602188. OLE color: 13602188.
HSL color Cylindrical-coordinate representation of color #8C8DCF: hue angle of 239.1º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C8DCF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 141 | 207 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.19 |
| HSL | 239.1º | 0.41% | 0.68% | - |
| HSV(B) | 239.1º | 0.32% | 0.81% | - |
| XYZ | 31.6 | 29.13 | 62.99 | - |
| YUV | 148.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 207 | 0.32 | 0.32 | 0 | 0.19 | 239.1 | 0.41 | 0.68 |
| Hex | 8C | 8D | CF | 20 | 20 | 0 | 13 | EF | 29 | 44 |
| Octal | 214 | 215 | 317 | 40 | 40 | 0 | 23 | 357 | 51 | 104 |
| Binary | 10001100 | 10001101 | 11001111 | 100000 | 100000 | 0 | 10011 | 11101111 | 101001 | 1000100 |
Color Harmonies of #8C8DCF
Complementary color
Monochromatic Colors of #8C8DCF
Black with #8C8DCF
Text Example
Text Example
White with #8C8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DCF; }
p { color: rgb(140,141,207); }
H1.HeaderClassName
{
color: #8C8DCF;
}
.AnyTagClassName
{
color: #8C8DCF;
}
</style>
background-color css
<style>
a { background-color: #8C8DCF; }
a { background-color: rgb(140,141,207); }
div.DivClassName
{
background-color: #8C8DCF;
}
.BgClassName
{
background-color: #8C8DCF;
}
</style>
border-color css
<style>
span { border-color: #8C8DCF; }
span { border-color: rgb(140,141,207); }
td.TdClassName
{
border-color: #8C8DCF;
}
.TagClassName
{
border-color: #8C8DCF;
}
</style>