Shades of Blue Bell #9396BD
Tints of Blue Bell #9396BD
RGB
CMYK
RGB Variations
Color information
#9396BD (or 0x9396BD) is known color: Blue Bell. HEX triplet: 93, 96 and BD. RGB value is (147,150,189). Sum of RGB (Red+Green+Blue) = 147+150+189=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #9396BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396BD is #6C6942. Grayscale: #999999. Windows color (decimal): -7104835 or 12424851. OLE color: 12424851.
HSL color Cylindrical-coordinate representation of color #9396BD: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9396BD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 150 | 189 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.26 |
| HSL | 235.71º | 0.24% | 0.66% | - |
| HSV(B) | 235.71º | 0.22% | 0.74% | - |
| XYZ | 32.12 | 31.69 | 52.57 | - |
| YUV | 153.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 189 | 0.22 | 0.21 | 0 | 0.26 | 235.71 | 0.24 | 0.66 |
| Hex | 93 | 96 | BD | 16 | 15 | 0 | 1A | EC | 18 | 42 |
| Octal | 223 | 226 | 275 | 26 | 25 | 0 | 32 | 354 | 30 | 102 |
| Binary | 10010011 | 10010110 | 10111101 | 10110 | 10101 | 0 | 11010 | 11101100 | 11000 | 1000010 |
Color Harmonies of #9396BD
Complementary color
Monochromatic Colors of #9396BD
Black with #9396BD
Text Example
Text Example
White with #9396BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9396BD; }
p { color: rgb(147,150,189); }
H1.HeaderClassName
{
color: #9396BD;
}
.AnyTagClassName
{
color: #9396BD;
}
</style>
background-color css
<style>
a { background-color: #9396BD; }
a { background-color: rgb(147,150,189); }
div.DivClassName
{
background-color: #9396BD;
}
.BgClassName
{
background-color: #9396BD;
}
</style>
border-color css
<style>
span { border-color: #9396BD; }
span { border-color: rgb(147,150,189); }
td.TdClassName
{
border-color: #9396BD;
}
.TagClassName
{
border-color: #9396BD;
}
</style>