Shades of Blue Bell #8F96CA
Tints of Blue Bell #8F96CA
RGB
CMYK
RGB Variations
Color information
#8F96CA (or 0x8F96CA) is known color: Blue Bell. HEX triplet: 8F, 96 and CA. RGB value is (143,150,202). Sum of RGB (Red+Green+Blue) = 143+150+202=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96CA is #706935. Grayscale: #999999. Windows color (decimal): -7366966 or 13276815. OLE color: 13276815.
HSL color Cylindrical-coordinate representation of color #8F96CA: hue angle of 232.88º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F96CA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 150 | 202 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.21 |
| HSL | 232.88º | 0.36% | 0.68% | - |
| HSV(B) | 232.88º | 0.29% | 0.79% | - |
| XYZ | 32.89 | 31.92 | 60.3 | - |
| YUV | 153.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 202 | 0.29 | 0.26 | 0 | 0.21 | 232.88 | 0.36 | 0.68 |
| Hex | 8F | 96 | CA | 1D | 1A | 0 | 15 | E9 | 24 | 44 |
| Octal | 217 | 226 | 312 | 35 | 32 | 0 | 25 | 351 | 44 | 104 |
| Binary | 10001111 | 10010110 | 11001010 | 11101 | 11010 | 0 | 10101 | 11101001 | 100100 | 1000100 |
Color Harmonies of #8F96CA
Complementary color
Monochromatic Colors of #8F96CA
Black with #8F96CA
Text Example
Text Example
White with #8F96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F96CA; }
p { color: rgb(143,150,202); }
H1.HeaderClassName
{
color: #8F96CA;
}
.AnyTagClassName
{
color: #8F96CA;
}
</style>
background-color css
<style>
a { background-color: #8F96CA; }
a { background-color: rgb(143,150,202); }
div.DivClassName
{
background-color: #8F96CA;
}
.BgClassName
{
background-color: #8F96CA;
}
</style>
border-color css
<style>
span { border-color: #8F96CA; }
span { border-color: rgb(143,150,202); }
td.TdClassName
{
border-color: #8F96CA;
}
.TagClassName
{
border-color: #8F96CA;
}
</style>