Shades of Blue Bell #8F89CE
Tints of Blue Bell #8F89CE
RGB
CMYK
RGB Variations
Color information
#8F89CE (or 0x8F89CE) is known color: Blue Bell. HEX triplet: 8F, 89 and CE. RGB value is (143,137,206). Sum of RGB (Red+Green+Blue) = 143+137+206=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89CE is #707631. Grayscale: #929292. Windows color (decimal): -7370290 or 13535631. OLE color: 13535631.
HSL color Cylindrical-coordinate representation of color #8F89CE: hue angle of 245.22º 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 #8F89CE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 137 | 206 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.19 |
| HSL | 245.22º | 0.41% | 0.67% | - |
| HSV(B) | 245.22º | 0.33% | 0.81% | - |
| XYZ | 31.41 | 28.19 | 62.18 | - |
| YUV | 146.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 206 | 0.31 | 0.33 | 0 | 0.19 | 245.22 | 0.41 | 0.67 |
| Hex | 8F | 89 | CE | 1F | 21 | 0 | 13 | F5 | 29 | 43 |
| Octal | 217 | 211 | 316 | 37 | 41 | 0 | 23 | 365 | 51 | 103 |
| Binary | 10001111 | 10001001 | 11001110 | 11111 | 100001 | 0 | 10011 | 11110101 | 101001 | 1000011 |
Color Harmonies of #8F89CE
Complementary color
Monochromatic Colors of #8F89CE
Black with #8F89CE
Text Example
Text Example
White with #8F89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89CE; }
p { color: rgb(143,137,206); }
H1.HeaderClassName
{
color: #8F89CE;
}
.AnyTagClassName
{
color: #8F89CE;
}
</style>
background-color css
<style>
a { background-color: #8F89CE; }
a { background-color: rgb(143,137,206); }
div.DivClassName
{
background-color: #8F89CE;
}
.BgClassName
{
background-color: #8F89CE;
}
</style>
border-color css
<style>
span { border-color: #8F89CE; }
span { border-color: rgb(143,137,206); }
td.TdClassName
{
border-color: #8F89CE;
}
.TagClassName
{
border-color: #8F89CE;
}
</style>