Shades of Blue Bell #9096BF
Tints of Blue Bell #9096BF
RGB
CMYK
RGB Variations
Color information
#9096BF (or 0x9096BF) is known color: Blue Bell. HEX triplet: 90, 96 and BF. RGB value is (144,150,191). Sum of RGB (Red+Green+Blue) = 144+150+191=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #9096BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096BF is #6F6940. Grayscale: #989898. Windows color (decimal): -7301441 or 12555920. OLE color: 12555920.
HSL color Cylindrical-coordinate representation of color #9096BF: hue angle of 232.34º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9096BF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 150 | 191 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.25 |
| HSL | 232.34º | 0.27% | 0.66% | - |
| HSV(B) | 232.34º | 0.25% | 0.75% | - |
| XYZ | 31.81 | 31.5 | 53.69 | - |
| YUV | 152.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 191 | 0.25 | 0.21 | 0 | 0.25 | 232.34 | 0.27 | 0.66 |
| Hex | 90 | 96 | BF | 19 | 15 | 0 | 19 | E8 | 1B | 42 |
| Octal | 220 | 226 | 277 | 31 | 25 | 0 | 31 | 350 | 33 | 102 |
| Binary | 10010000 | 10010110 | 10111111 | 11001 | 10101 | 0 | 11001 | 11101000 | 11011 | 1000010 |
Color Harmonies of #9096BF
Complementary color
Monochromatic Colors of #9096BF
Black with #9096BF
Text Example
Text Example
White with #9096BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096BF; }
p { color: rgb(144,150,191); }
H1.HeaderClassName
{
color: #9096BF;
}
.AnyTagClassName
{
color: #9096BF;
}
</style>
background-color css
<style>
a { background-color: #9096BF; }
a { background-color: rgb(144,150,191); }
div.DivClassName
{
background-color: #9096BF;
}
.BgClassName
{
background-color: #9096BF;
}
</style>
border-color css
<style>
span { border-color: #9096BF; }
span { border-color: rgb(144,150,191); }
td.TdClassName
{
border-color: #9096BF;
}
.TagClassName
{
border-color: #9096BF;
}
</style>