Shades of Blue Bell #8F89CC
Tints of Blue Bell #8F89CC
RGB
CMYK
RGB Variations
Color information
#8F89CC (or 0x8F89CC) is known color: Blue Bell. HEX triplet: 8F, 89 and CC. RGB value is (143,137,204). Sum of RGB (Red+Green+Blue) = 143+137+204=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F89CC is #707633. Grayscale: #929292. Windows color (decimal): -7370292 or 13404559. OLE color: 13404559.
HSL color Cylindrical-coordinate representation of color #8F89CC: hue angle of 245.37º 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 #8F89CC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 137 | 204 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.2 |
| HSL | 245.37º | 0.4% | 0.67% | - |
| HSV(B) | 245.37º | 0.33% | 0.8% | - |
| XYZ | 31.17 | 28.09 | 60.91 | - |
| YUV | 146.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 204 | 0.30 | 0.33 | 0 | 0.2 | 245.37 | 0.4 | 0.67 |
| Hex | 8F | 89 | CC | 1E | 21 | 0 | 14 | F5 | 28 | 43 |
| Octal | 217 | 211 | 314 | 36 | 41 | 0 | 24 | 365 | 50 | 103 |
| Binary | 10001111 | 10001001 | 11001100 | 11110 | 100001 | 0 | 10100 | 11110101 | 101000 | 1000011 |
Color Harmonies of #8F89CC
Complementary color
Monochromatic Colors of #8F89CC
Black with #8F89CC
Text Example
Text Example
White with #8F89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F89CC; }
p { color: rgb(143,137,204); }
H1.HeaderClassName
{
color: #8F89CC;
}
.AnyTagClassName
{
color: #8F89CC;
}
</style>
background-color css
<style>
a { background-color: #8F89CC; }
a { background-color: rgb(143,137,204); }
div.DivClassName
{
background-color: #8F89CC;
}
.BgClassName
{
background-color: #8F89CC;
}
</style>
border-color css
<style>
span { border-color: #8F89CC; }
span { border-color: rgb(143,137,204); }
td.TdClassName
{
border-color: #8F89CC;
}
.TagClassName
{
border-color: #8F89CC;
}
</style>