Shades of Blue Bell #9196D1
Tints of Blue Bell #9196D1
RGB
CMYK
RGB Variations
Color information
#9196D1 (or 0x9196D1) is known color: Blue Bell. HEX triplet: 91, 96 and D1. RGB value is (145,150,209). Sum of RGB (Red+Green+Blue) = 145+150+209=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #9196D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196D1 is #6E692E. Grayscale: #9A9A9A. Windows color (decimal): -7235887 or 13735569. OLE color: 13735569.
HSL color Cylindrical-coordinate representation of color #9196D1: hue angle of 235.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9196D1 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 150 | 209 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.18 |
| HSL | 235.31º | 0.41% | 0.69% | - |
| HSV(B) | 235.31º | 0.31% | 0.82% | - |
| XYZ | 34.09 | 32.44 | 64.79 | - |
| YUV | 155.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 209 | 0.31 | 0.28 | 0 | 0.18 | 235.31 | 0.41 | 0.69 |
| Hex | 91 | 96 | D1 | 1F | 1C | 0 | 12 | EB | 29 | 45 |
| Octal | 221 | 226 | 321 | 37 | 34 | 0 | 22 | 353 | 51 | 105 |
| Binary | 10010001 | 10010110 | 11010001 | 11111 | 11100 | 0 | 10010 | 11101011 | 101001 | 1000101 |
Color Harmonies of #9196D1
Complementary color
Monochromatic Colors of #9196D1
Black with #9196D1
Text Example
Text Example
White with #9196D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9196D1; }
p { color: rgb(145,150,209); }
H1.HeaderClassName
{
color: #9196D1;
}
.AnyTagClassName
{
color: #9196D1;
}
</style>
background-color css
<style>
a { background-color: #9196D1; }
a { background-color: rgb(145,150,209); }
div.DivClassName
{
background-color: #9196D1;
}
.BgClassName
{
background-color: #9196D1;
}
</style>
border-color css
<style>
span { border-color: #9196D1; }
span { border-color: rgb(145,150,209); }
td.TdClassName
{
border-color: #9196D1;
}
.TagClassName
{
border-color: #9196D1;
}
</style>