Shades of Blue Bell #8D8FCC
Tints of Blue Bell #8D8FCC
RGB
CMYK
RGB Variations
Color information
#8D8FCC (or 0x8D8FCC) is known color: Blue Bell. HEX triplet: 8D, 8F and CC. RGB value is (141,143,204). Sum of RGB (Red+Green+Blue) = 141+143+204=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8FCC is #727033. Grayscale: #959595. Windows color (decimal): -7499828 or 13406093. OLE color: 13406093.
HSL color Cylindrical-coordinate representation of color #8D8FCC: hue angle of 238.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8FCC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 143 | 204 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.2 |
| HSL | 238.1º | 0.38% | 0.68% | - |
| HSV(B) | 238.1º | 0.31% | 0.8% | - |
| XYZ | 31.71 | 29.67 | 61.18 | - |
| YUV | 149.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 204 | 0.31 | 0.30 | 0 | 0.2 | 238.1 | 0.38 | 0.68 |
| Hex | 8D | 8F | CC | 1F | 1E | 0 | 14 | EE | 26 | 44 |
| Octal | 215 | 217 | 314 | 37 | 36 | 0 | 24 | 356 | 46 | 104 |
| Binary | 10001101 | 10001111 | 11001100 | 11111 | 11110 | 0 | 10100 | 11101110 | 100110 | 1000100 |
Color Harmonies of #8D8FCC
Complementary color
Monochromatic Colors of #8D8FCC
Black with #8D8FCC
Text Example
Text Example
White with #8D8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8FCC; }
p { color: rgb(141,143,204); }
H1.HeaderClassName
{
color: #8D8FCC;
}
.AnyTagClassName
{
color: #8D8FCC;
}
</style>
background-color css
<style>
a { background-color: #8D8FCC; }
a { background-color: rgb(141,143,204); }
div.DivClassName
{
background-color: #8D8FCC;
}
.BgClassName
{
background-color: #8D8FCC;
}
</style>
border-color css
<style>
span { border-color: #8D8FCC; }
span { border-color: rgb(141,143,204); }
td.TdClassName
{
border-color: #8D8FCC;
}
.TagClassName
{
border-color: #8D8FCC;
}
</style>