Shades of Blue Bell #8F98C5
Tints of Blue Bell #8F98C5
RGB
CMYK
RGB Variations
Color information
#8F98C5 (or 0x8F98C5) is known color: Blue Bell. HEX triplet: 8F, 98 and C5. RGB value is (143,152,197). Sum of RGB (Red+Green+Blue) = 143+152+197=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98C5 is #70673A. Grayscale: #9A9A9A. Windows color (decimal): -7366459 or 12949647. OLE color: 12949647.
HSL color Cylindrical-coordinate representation of color #8F98C5: hue angle of 230º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F98C5 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 152 | 197 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.23 |
| HSL | 230º | 0.32% | 0.67% | - |
| HSV(B) | 230º | 0.27% | 0.77% | - |
| XYZ | 32.63 | 32.33 | 57.34 | - |
| YUV | 154.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 197 | 0.27 | 0.23 | 0 | 0.23 | 230 | 0.32 | 0.67 |
| Hex | 8F | 98 | C5 | 1B | 17 | 0 | 17 | E6 | 20 | 43 |
| Octal | 217 | 230 | 305 | 33 | 27 | 0 | 27 | 346 | 40 | 103 |
| Binary | 10001111 | 10011000 | 11000101 | 11011 | 10111 | 0 | 10111 | 11100110 | 100000 | 1000011 |
Color Harmonies of #8F98C5
Complementary color
Monochromatic Colors of #8F98C5
Black with #8F98C5
Text Example
Text Example
White with #8F98C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98C5; }
p { color: rgb(143,152,197); }
H1.HeaderClassName
{
color: #8F98C5;
}
.AnyTagClassName
{
color: #8F98C5;
}
</style>
background-color css
<style>
a { background-color: #8F98C5; }
a { background-color: rgb(143,152,197); }
div.DivClassName
{
background-color: #8F98C5;
}
.BgClassName
{
background-color: #8F98C5;
}
</style>
border-color css
<style>
span { border-color: #8F98C5; }
span { border-color: rgb(143,152,197); }
td.TdClassName
{
border-color: #8F98C5;
}
.TagClassName
{
border-color: #8F98C5;
}
</style>