Shades of Blue Bell #8B8AD0
Tints of Blue Bell #8B8AD0
RGB
CMYK
RGB Variations
Color information
#8B8AD0 (or 0x8B8AD0) is known color: Blue Bell. HEX triplet: 8B, 8A and D0. RGB value is (139,138,208). Sum of RGB (Red+Green+Blue) = 139+138+208=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8AD0 is #74752F. Grayscale: #929292. Windows color (decimal): -7632176 or 13666955. OLE color: 13666955.
HSL color Cylindrical-coordinate representation of color #8B8AD0: hue angle of 240.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B8AD0 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 138 | 208 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.18 |
| HSL | 240.86º | 0.43% | 0.68% | - |
| HSV(B) | 240.86º | 0.34% | 0.82% | - |
| XYZ | 31.12 | 28.22 | 63.48 | - |
| YUV | 146.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 208 | 0.33 | 0.34 | 0 | 0.18 | 240.86 | 0.43 | 0.68 |
| Hex | 8B | 8A | D0 | 21 | 22 | 0 | 12 | F1 | 2B | 44 |
| Octal | 213 | 212 | 320 | 41 | 42 | 0 | 22 | 361 | 53 | 104 |
| Binary | 10001011 | 10001010 | 11010000 | 100001 | 100010 | 0 | 10010 | 11110001 | 101011 | 1000100 |
Color Harmonies of #8B8AD0
Complementary color
Monochromatic Colors of #8B8AD0
Black with #8B8AD0
Text Example
Text Example
White with #8B8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8AD0; }
p { color: rgb(139,138,208); }
H1.HeaderClassName
{
color: #8B8AD0;
}
.AnyTagClassName
{
color: #8B8AD0;
}
</style>
background-color css
<style>
a { background-color: #8B8AD0; }
a { background-color: rgb(139,138,208); }
div.DivClassName
{
background-color: #8B8AD0;
}
.BgClassName
{
background-color: #8B8AD0;
}
</style>
border-color css
<style>
span { border-color: #8B8AD0; }
span { border-color: rgb(139,138,208); }
td.TdClassName
{
border-color: #8B8AD0;
}
.TagClassName
{
border-color: #8B8AD0;
}
</style>