Shades of Blue Bell #8C8BCF
Tints of Blue Bell #8C8BCF
RGB
CMYK
RGB Variations
Color information
#8C8BCF (or 0x8C8BCF) is known color: Blue Bell. HEX triplet: 8C, 8B and CF. RGB value is (140,139,207). Sum of RGB (Red+Green+Blue) = 140+139+207=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BCF is #737430. Grayscale: #929292. Windows color (decimal): -7566385 or 13601676. OLE color: 13601676.
HSL color Cylindrical-coordinate representation of color #8C8BCF: hue angle of 240.88º 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 #8C8BCF is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 139 | 207 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.19 |
| HSL | 240.88º | 0.41% | 0.68% | - |
| HSV(B) | 240.88º | 0.33% | 0.81% | - |
| XYZ | 31.31 | 28.55 | 62.89 | - |
| YUV | 147.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 207 | 0.32 | 0.33 | 0 | 0.19 | 240.88 | 0.41 | 0.68 |
| Hex | 8C | 8B | CF | 20 | 21 | 0 | 13 | F1 | 29 | 44 |
| Octal | 214 | 213 | 317 | 40 | 41 | 0 | 23 | 361 | 51 | 104 |
| Binary | 10001100 | 10001011 | 11001111 | 100000 | 100001 | 0 | 10011 | 11110001 | 101001 | 1000100 |
Color Harmonies of #8C8BCF
Complementary color
Monochromatic Colors of #8C8BCF
Black with #8C8BCF
Text Example
Text Example
White with #8C8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BCF; }
p { color: rgb(140,139,207); }
H1.HeaderClassName
{
color: #8C8BCF;
}
.AnyTagClassName
{
color: #8C8BCF;
}
</style>
background-color css
<style>
a { background-color: #8C8BCF; }
a { background-color: rgb(140,139,207); }
div.DivClassName
{
background-color: #8C8BCF;
}
.BgClassName
{
background-color: #8C8BCF;
}
</style>
border-color css
<style>
span { border-color: #8C8BCF; }
span { border-color: rgb(140,139,207); }
td.TdClassName
{
border-color: #8C8BCF;
}
.TagClassName
{
border-color: #8C8BCF;
}
</style>