Shades of Blue Bell #8C8DCB
Tints of Blue Bell #8C8DCB
RGB
CMYK
RGB Variations
Color information
#8C8DCB (or 0x8C8DCB) is known color: Blue Bell. HEX triplet: 8C, 8D and CB. RGB value is (140,141,203). Sum of RGB (Red+Green+Blue) = 140+141+203=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8DCB is #737234. Grayscale: #939393. Windows color (decimal): -7565877 or 13340044. OLE color: 13340044.
HSL color Cylindrical-coordinate representation of color #8C8DCB: hue angle of 239.05º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8DCB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 141 | 203 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.20 |
| HSL | 239.05º | 0.38% | 0.67% | - |
| HSV(B) | 239.05º | 0.31% | 0.8% | - |
| XYZ | 31.12 | 28.94 | 60.45 | - |
| YUV | 147.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 203 | 0.31 | 0.31 | 0 | 0.20 | 239.05 | 0.38 | 0.67 |
| Hex | 8C | 8D | CB | 1F | 1F | 0 | 14 | EF | 26 | 43 |
| Octal | 214 | 215 | 313 | 37 | 37 | 0 | 24 | 357 | 46 | 103 |
| Binary | 10001100 | 10001101 | 11001011 | 11111 | 11111 | 0 | 10100 | 11101111 | 100110 | 1000011 |
Color Harmonies of #8C8DCB
Complementary color
Monochromatic Colors of #8C8DCB
Black with #8C8DCB
Text Example
Text Example
White with #8C8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8DCB; }
p { color: rgb(140,141,203); }
H1.HeaderClassName
{
color: #8C8DCB;
}
.AnyTagClassName
{
color: #8C8DCB;
}
</style>
background-color css
<style>
a { background-color: #8C8DCB; }
a { background-color: rgb(140,141,203); }
div.DivClassName
{
background-color: #8C8DCB;
}
.BgClassName
{
background-color: #8C8DCB;
}
</style>
border-color css
<style>
span { border-color: #8C8DCB; }
span { border-color: rgb(140,141,203); }
td.TdClassName
{
border-color: #8C8DCB;
}
.TagClassName
{
border-color: #8C8DCB;
}
</style>