Shades of Blue Bell #9393BF
Tints of Blue Bell #9393BF
RGB
CMYK
RGB Variations
Color information
#9393BF (or 0x9393BF) is known color: Blue Bell. HEX triplet: 93, 93 and BF. RGB value is (147,147,191). Sum of RGB (Red+Green+Blue) = 147+147+191=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 147 (57.81% from 255 or 30.31% 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 #9393BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393BF is #6C6C40. Grayscale: #979797. Windows color (decimal): -7105601 or 12555155. OLE color: 12555155.
HSL color Cylindrical-coordinate representation of color #9393BF: hue angle of 240º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9393BF is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 147 | 191 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.25 |
| HSL | 240º | 0.26% | 0.66% | - |
| HSV(B) | 240º | 0.23% | 0.75% | - |
| XYZ | 31.87 | 30.83 | 53.56 | - |
| YUV | 152.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 191 | 0.23 | 0.23 | 0 | 0.25 | 240 | 0.26 | 0.66 |
| Hex | 93 | 93 | BF | 17 | 17 | 0 | 19 | F0 | 1A | 42 |
| Octal | 223 | 223 | 277 | 27 | 27 | 0 | 31 | 360 | 32 | 102 |
| Binary | 10010011 | 10010011 | 10111111 | 10111 | 10111 | 0 | 11001 | 11110000 | 11010 | 1000010 |
Color Harmonies of #9393BF
Complementary color
Monochromatic Colors of #9393BF
Black with #9393BF
Text Example
Text Example
White with #9393BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393BF; }
p { color: rgb(147,147,191); }
H1.HeaderClassName
{
color: #9393BF;
}
.AnyTagClassName
{
color: #9393BF;
}
</style>
background-color css
<style>
a { background-color: #9393BF; }
a { background-color: rgb(147,147,191); }
div.DivClassName
{
background-color: #9393BF;
}
.BgClassName
{
background-color: #9393BF;
}
</style>
border-color css
<style>
span { border-color: #9393BF; }
span { border-color: rgb(147,147,191); }
td.TdClassName
{
border-color: #9393BF;
}
.TagClassName
{
border-color: #9393BF;
}
</style>