Shades of Blue Bell #8B8DC1
Tints of Blue Bell #8B8DC1
RGB
CMYK
RGB Variations
Color information
#8B8DC1 (or 0x8B8DC1) is known color: Blue Bell. HEX triplet: 8B, 8D and C1. RGB value is (139,141,193). Sum of RGB (Red+Green+Blue) = 139+141+193=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B8DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DC1 is #74723E. Grayscale: #929292. Windows color (decimal): -7631423 or 12684683. OLE color: 12684683.
HSL color Cylindrical-coordinate representation of color #8B8DC1: hue angle of 237.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B8DC1 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 141 | 193 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.24 |
| HSL | 237.78º | 0.3% | 0.65% | - |
| HSV(B) | 237.78º | 0.28% | 0.76% | - |
| XYZ | 29.8 | 28.39 | 54.36 | - |
| YUV | 146.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 193 | 0.28 | 0.27 | 0 | 0.24 | 237.78 | 0.3 | 0.65 |
| Hex | 8B | 8D | C1 | 1C | 1B | 0 | 18 | EE | 1E | 41 |
| Octal | 213 | 215 | 301 | 34 | 33 | 0 | 30 | 356 | 36 | 101 |
| Binary | 10001011 | 10001101 | 11000001 | 11100 | 11011 | 0 | 11000 | 11101110 | 11110 | 1000001 |
Color Harmonies of #8B8DC1
Complementary color
Monochromatic Colors of #8B8DC1
Black with #8B8DC1
Text Example
Text Example
White with #8B8DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8DC1; }
p { color: rgb(139,141,193); }
H1.HeaderClassName
{
color: #8B8DC1;
}
.AnyTagClassName
{
color: #8B8DC1;
}
</style>
background-color css
<style>
a { background-color: #8B8DC1; }
a { background-color: rgb(139,141,193); }
div.DivClassName
{
background-color: #8B8DC1;
}
.BgClassName
{
background-color: #8B8DC1;
}
</style>
border-color css
<style>
span { border-color: #8B8DC1; }
span { border-color: rgb(139,141,193); }
td.TdClassName
{
border-color: #8B8DC1;
}
.TagClassName
{
border-color: #8B8DC1;
}
</style>