Shades of Blue Bell #8B8DBC
Tints of Blue Bell #8B8DBC
RGB
CMYK
RGB Variations
Color information
#8B8DBC (or 0x8B8DBC) is known color: Blue Bell. HEX triplet: 8B, 8D and BC. RGB value is (139,141,188). Sum of RGB (Red+Green+Blue) = 139+141+188=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DBC is #747243. Grayscale: #919191. Windows color (decimal): -7631428 or 12357003. OLE color: 12357003.
HSL color Cylindrical-coordinate representation of color #8B8DBC: hue angle of 237.55º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8DBC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 141 | 188 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.26 |
| HSL | 237.55º | 0.27% | 0.64% | - |
| HSV(B) | 237.55º | 0.26% | 0.74% | - |
| XYZ | 29.25 | 28.17 | 51.47 | - |
| YUV | 145.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 188 | 0.26 | 0.25 | 0 | 0.26 | 237.55 | 0.27 | 0.64 |
| Hex | 8B | 8D | BC | 1A | 19 | 0 | 1A | EE | 1B | 40 |
| Octal | 213 | 215 | 274 | 32 | 31 | 0 | 32 | 356 | 33 | 100 |
| Binary | 10001011 | 10001101 | 10111100 | 11010 | 11001 | 0 | 11010 | 11101110 | 11011 | 1000000 |
Color Harmonies of #8B8DBC
Complementary color
Monochromatic Colors of #8B8DBC
Black with #8B8DBC
Text Example
Text Example
White with #8B8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DBC; }
p { color: rgb(139,141,188); }
H1.HeaderClassName
{
color: #8B8DBC;
}
.AnyTagClassName
{
color: #8B8DBC;
}
</style>
background-color css
<style>
a { background-color: #8B8DBC; }
a { background-color: rgb(139,141,188); }
div.DivClassName
{
background-color: #8B8DBC;
}
.BgClassName
{
background-color: #8B8DBC;
}
</style>
border-color css
<style>
span { border-color: #8B8DBC; }
span { border-color: rgb(139,141,188); }
td.TdClassName
{
border-color: #8B8DBC;
}
.TagClassName
{
border-color: #8B8DBC;
}
</style>