Shades of Blue Bell #8F96C1
Tints of Blue Bell #8F96C1
RGB
CMYK
RGB Variations
Color information
#8F96C1 (or 0x8F96C1) is known color: Blue Bell. HEX triplet: 8F, 96 and C1. RGB value is (143,150,193). Sum of RGB (Red+Green+Blue) = 143+150+193=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F96C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96C1 is #70693E. Grayscale: #989898. Windows color (decimal): -7366975 or 12686991. OLE color: 12686991.
HSL color Cylindrical-coordinate representation of color #8F96C1: hue angle of 231.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F96C1 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 150 | 193 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.24 |
| HSL | 231.6º | 0.29% | 0.66% | - |
| HSV(B) | 231.6º | 0.26% | 0.76% | - |
| XYZ | 31.86 | 31.5 | 54.85 | - |
| YUV | 152.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 193 | 0.26 | 0.22 | 0 | 0.24 | 231.6 | 0.29 | 0.66 |
| Hex | 8F | 96 | C1 | 1A | 16 | 0 | 18 | E8 | 1D | 42 |
| Octal | 217 | 226 | 301 | 32 | 26 | 0 | 30 | 350 | 35 | 102 |
| Binary | 10001111 | 10010110 | 11000001 | 11010 | 10110 | 0 | 11000 | 11101000 | 11101 | 1000010 |
Color Harmonies of #8F96C1
Complementary color
Monochromatic Colors of #8F96C1
Black with #8F96C1
Text Example
Text Example
White with #8F96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96C1; }
p { color: rgb(143,150,193); }
H1.HeaderClassName
{
color: #8F96C1;
}
.AnyTagClassName
{
color: #8F96C1;
}
</style>
background-color css
<style>
a { background-color: #8F96C1; }
a { background-color: rgb(143,150,193); }
div.DivClassName
{
background-color: #8F96C1;
}
.BgClassName
{
background-color: #8F96C1;
}
</style>
border-color css
<style>
span { border-color: #8F96C1; }
span { border-color: rgb(143,150,193); }
td.TdClassName
{
border-color: #8F96C1;
}
.TagClassName
{
border-color: #8F96C1;
}
</style>