Shades of Blue Bell #8B89CE
Tints of Blue Bell #8B89CE
RGB
CMYK
RGB Variations
Color information
#8B89CE (or 0x8B89CE) is known color: Blue Bell. HEX triplet: 8B, 89 and CE. RGB value is (139,137,206). Sum of RGB (Red+Green+Blue) = 139+137+206=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89CE is #747631. Grayscale: #919191. Windows color (decimal): -7632434 or 13535627. OLE color: 13535627.
HSL color Cylindrical-coordinate representation of color #8B89CE: hue angle of 241.74º 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 #8B89CE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 137 | 206 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.19 |
| HSL | 241.74º | 0.41% | 0.67% | - |
| HSV(B) | 241.74º | 0.33% | 0.81% | - |
| XYZ | 30.73 | 27.84 | 62.15 | - |
| YUV | 145.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 206 | 0.33 | 0.33 | 0 | 0.19 | 241.74 | 0.41 | 0.67 |
| Hex | 8B | 89 | CE | 21 | 21 | 0 | 13 | F2 | 29 | 43 |
| Octal | 213 | 211 | 316 | 41 | 41 | 0 | 23 | 362 | 51 | 103 |
| Binary | 10001011 | 10001001 | 11001110 | 100001 | 100001 | 0 | 10011 | 11110010 | 101001 | 1000011 |
Color Harmonies of #8B89CE
Complementary color
Monochromatic Colors of #8B89CE
Black with #8B89CE
Text Example
Text Example
White with #8B89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B89CE; }
p { color: rgb(139,137,206); }
H1.HeaderClassName
{
color: #8B89CE;
}
.AnyTagClassName
{
color: #8B89CE;
}
</style>
background-color css
<style>
a { background-color: #8B89CE; }
a { background-color: rgb(139,137,206); }
div.DivClassName
{
background-color: #8B89CE;
}
.BgClassName
{
background-color: #8B89CE;
}
</style>
border-color css
<style>
span { border-color: #8B89CE; }
span { border-color: rgb(139,137,206); }
td.TdClassName
{
border-color: #8B89CE;
}
.TagClassName
{
border-color: #8B89CE;
}
</style>