Shades of Blue Bell #9095BF
Tints of Blue Bell #9095BF
RGB
CMYK
RGB Variations
Color information
#9095BF (or 0x9095BF) is known color: Blue Bell. HEX triplet: 90, 95 and BF. RGB value is (144,149,191). Sum of RGB (Red+Green+Blue) = 144+149+191=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #9095BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BF is #6F6A40. Grayscale: #989898. Windows color (decimal): -7301697 or 12555664. OLE color: 12555664.
HSL color Cylindrical-coordinate representation of color #9095BF: hue angle of 233.62º 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 #9095BF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 149 | 191 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.25 |
| HSL | 233.62º | 0.27% | 0.66% | - |
| HSV(B) | 233.62º | 0.25% | 0.75% | - |
| XYZ | 31.65 | 31.19 | 53.64 | - |
| YUV | 152.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 191 | 0.25 | 0.22 | 0 | 0.25 | 233.62 | 0.27 | 0.66 |
| Hex | 90 | 95 | BF | 19 | 16 | 0 | 19 | EA | 1B | 42 |
| Octal | 220 | 225 | 277 | 31 | 26 | 0 | 31 | 352 | 33 | 102 |
| Binary | 10010000 | 10010101 | 10111111 | 11001 | 10110 | 0 | 11001 | 11101010 | 11011 | 1000010 |
Color Harmonies of #9095BF
Complementary color
Monochromatic Colors of #9095BF
Black with #9095BF
Text Example
Text Example
White with #9095BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095BF; }
p { color: rgb(144,149,191); }
H1.HeaderClassName
{
color: #9095BF;
}
.AnyTagClassName
{
color: #9095BF;
}
</style>
background-color css
<style>
a { background-color: #9095BF; }
a { background-color: rgb(144,149,191); }
div.DivClassName
{
background-color: #9095BF;
}
.BgClassName
{
background-color: #9095BF;
}
</style>
border-color css
<style>
span { border-color: #9095BF; }
span { border-color: rgb(144,149,191); }
td.TdClassName
{
border-color: #9095BF;
}
.TagClassName
{
border-color: #9095BF;
}
</style>