Shades of Blue Bell #8F89CD
Tints of Blue Bell #8F89CD
RGB
CMYK
RGB Variations
Color information
#8F89CD (or 0x8F89CD) is known color: Blue Bell. HEX triplet: 8F, 89 and CD. RGB value is (143,137,205). Sum of RGB (Red+Green+Blue) = 143+137+205=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89CD is #707632. Grayscale: #929292. Windows color (decimal): -7370291 or 13470095. OLE color: 13470095.
HSL color Cylindrical-coordinate representation of color #8F89CD: hue angle of 245.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F89CD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 137 | 205 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.20 |
| HSL | 245.29º | 0.4% | 0.67% | - |
| HSV(B) | 245.29º | 0.33% | 0.8% | - |
| XYZ | 31.29 | 28.14 | 61.54 | - |
| YUV | 146.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 205 | 0.30 | 0.33 | 0 | 0.20 | 245.29 | 0.4 | 0.67 |
| Hex | 8F | 89 | CD | 1E | 21 | 0 | 14 | F5 | 28 | 43 |
| Octal | 217 | 211 | 315 | 36 | 41 | 0 | 24 | 365 | 50 | 103 |
| Binary | 10001111 | 10001001 | 11001101 | 11110 | 100001 | 0 | 10100 | 11110101 | 101000 | 1000011 |
Color Harmonies of #8F89CD
Complementary color
Monochromatic Colors of #8F89CD
Black with #8F89CD
Text Example
Text Example
White with #8F89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89CD; }
p { color: rgb(143,137,205); }
H1.HeaderClassName
{
color: #8F89CD;
}
.AnyTagClassName
{
color: #8F89CD;
}
</style>
background-color css
<style>
a { background-color: #8F89CD; }
a { background-color: rgb(143,137,205); }
div.DivClassName
{
background-color: #8F89CD;
}
.BgClassName
{
background-color: #8F89CD;
}
</style>
border-color css
<style>
span { border-color: #8F89CD; }
span { border-color: rgb(143,137,205); }
td.TdClassName
{
border-color: #8F89CD;
}
.TagClassName
{
border-color: #8F89CD;
}
</style>