Shades of Blue Bell #8C8FCE
Tints of Blue Bell #8C8FCE
RGB
CMYK
RGB Variations
Color information
#8C8FCE (or 0x8C8FCE) is known color: Blue Bell. HEX triplet: 8C, 8F and CE. RGB value is (140,143,206). Sum of RGB (Red+Green+Blue) = 140+143+206=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8FCE is #737031. Grayscale: #959595. Windows color (decimal): -7565362 or 13537164. OLE color: 13537164.
HSL color Cylindrical-coordinate representation of color #8C8FCE: hue angle of 237.27º degrees, saturation: 0.4, 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 #8C8FCE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 143 | 206 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.19 |
| HSL | 237.27º | 0.4% | 0.68% | - |
| HSV(B) | 237.27º | 0.32% | 0.81% | - |
| XYZ | 31.78 | 29.68 | 62.45 | - |
| YUV | 149.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 206 | 0.32 | 0.31 | 0 | 0.19 | 237.27 | 0.4 | 0.68 |
| Hex | 8C | 8F | CE | 20 | 1F | 0 | 13 | ED | 28 | 44 |
| Octal | 214 | 217 | 316 | 40 | 37 | 0 | 23 | 355 | 50 | 104 |
| Binary | 10001100 | 10001111 | 11001110 | 100000 | 11111 | 0 | 10011 | 11101101 | 101000 | 1000100 |
Color Harmonies of #8C8FCE
Complementary color
Monochromatic Colors of #8C8FCE
Black with #8C8FCE
Text Example
Text Example
White with #8C8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FCE; }
p { color: rgb(140,143,206); }
H1.HeaderClassName
{
color: #8C8FCE;
}
.AnyTagClassName
{
color: #8C8FCE;
}
</style>
background-color css
<style>
a { background-color: #8C8FCE; }
a { background-color: rgb(140,143,206); }
div.DivClassName
{
background-color: #8C8FCE;
}
.BgClassName
{
background-color: #8C8FCE;
}
</style>
border-color css
<style>
span { border-color: #8C8FCE; }
span { border-color: rgb(140,143,206); }
td.TdClassName
{
border-color: #8C8FCE;
}
.TagClassName
{
border-color: #8C8FCE;
}
</style>