Shades of Blue Bell #8B8ACE
Tints of Blue Bell #8B8ACE
RGB
CMYK
RGB Variations
Color information
#8B8ACE (or 0x8B8ACE) is known color: Blue Bell. HEX triplet: 8B, 8A and CE. RGB value is (139,138,206). Sum of RGB (Red+Green+Blue) = 139+138+206=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ACE is #747531. Grayscale: #919191. Windows color (decimal): -7632178 or 13535883. OLE color: 13535883.
HSL color Cylindrical-coordinate representation of color #8B8ACE: hue angle of 240.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B8ACE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 138 | 206 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.19 |
| HSL | 240.88º | 0.41% | 0.67% | - |
| HSV(B) | 240.88º | 0.33% | 0.81% | - |
| XYZ | 30.88 | 28.12 | 62.19 | - |
| YUV | 146.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 206 | 0.33 | 0.33 | 0 | 0.19 | 240.88 | 0.41 | 0.67 |
| Hex | 8B | 8A | CE | 21 | 21 | 0 | 13 | F1 | 29 | 43 |
| Octal | 213 | 212 | 316 | 41 | 41 | 0 | 23 | 361 | 51 | 103 |
| Binary | 10001011 | 10001010 | 11001110 | 100001 | 100001 | 0 | 10011 | 11110001 | 101001 | 1000011 |
Color Harmonies of #8B8ACE
Complementary color
Monochromatic Colors of #8B8ACE
Black with #8B8ACE
Text Example
Text Example
White with #8B8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8ACE; }
p { color: rgb(139,138,206); }
H1.HeaderClassName
{
color: #8B8ACE;
}
.AnyTagClassName
{
color: #8B8ACE;
}
</style>
background-color css
<style>
a { background-color: #8B8ACE; }
a { background-color: rgb(139,138,206); }
div.DivClassName
{
background-color: #8B8ACE;
}
.BgClassName
{
background-color: #8B8ACE;
}
</style>
border-color css
<style>
span { border-color: #8B8ACE; }
span { border-color: rgb(139,138,206); }
td.TdClassName
{
border-color: #8B8ACE;
}
.TagClassName
{
border-color: #8B8ACE;
}
</style>