Shades of Blue Bell #9095BD
Tints of Blue Bell #9095BD
RGB
CMYK
RGB Variations
Color information
#9095BD (or 0x9095BD) is known color: Blue Bell. HEX triplet: 90, 95 and BD. RGB value is (144,149,189). Sum of RGB (Red+Green+Blue) = 144+149+189=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #9095BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BD is #6F6A42. Grayscale: #979797. Windows color (decimal): -7301699 or 12424592. OLE color: 12424592.
HSL color Cylindrical-coordinate representation of color #9095BD: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9095BD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 149 | 189 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.26 |
| HSL | 233.33º | 0.25% | 0.65% | - |
| HSV(B) | 233.33º | 0.24% | 0.74% | - |
| XYZ | 31.43 | 31.1 | 52.49 | - |
| YUV | 152.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 189 | 0.24 | 0.21 | 0 | 0.26 | 233.33 | 0.25 | 0.65 |
| Hex | 90 | 95 | BD | 18 | 15 | 0 | 1A | E9 | 19 | 41 |
| Octal | 220 | 225 | 275 | 30 | 25 | 0 | 32 | 351 | 31 | 101 |
| Binary | 10010000 | 10010101 | 10111101 | 11000 | 10101 | 0 | 11010 | 11101001 | 11001 | 1000001 |
Color Harmonies of #9095BD
Complementary color
Monochromatic Colors of #9095BD
Black with #9095BD
Text Example
Text Example
White with #9095BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9095BD; }
p { color: rgb(144,149,189); }
H1.HeaderClassName
{
color: #9095BD;
}
.AnyTagClassName
{
color: #9095BD;
}
</style>
background-color css
<style>
a { background-color: #9095BD; }
a { background-color: rgb(144,149,189); }
div.DivClassName
{
background-color: #9095BD;
}
.BgClassName
{
background-color: #9095BD;
}
</style>
border-color css
<style>
span { border-color: #9095BD; }
span { border-color: rgb(144,149,189); }
td.TdClassName
{
border-color: #9095BD;
}
.TagClassName
{
border-color: #9095BD;
}
</style>