Shades of Blue Bell #9393CB
Tints of Blue Bell #9393CB
RGB
CMYK
RGB Variations
Color information
#9393CB (or 0x9393CB) is known color: Blue Bell. HEX triplet: 93, 93 and CB. RGB value is (147,147,203). Sum of RGB (Red+Green+Blue) = 147+147+203=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9393CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393CB is #6C6C34. Grayscale: #999999. Windows color (decimal): -7105589 or 13341587. OLE color: 13341587.
HSL color Cylindrical-coordinate representation of color #9393CB: hue angle of 240º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9393CB is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 147 | 203 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.20 |
| HSL | 240º | 0.35% | 0.69% | - |
| HSV(B) | 240º | 0.28% | 0.8% | - |
| XYZ | 33.25 | 31.38 | 60.81 | - |
| YUV | 153.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 203 | 0.28 | 0.28 | 0 | 0.20 | 240 | 0.35 | 0.69 |
| Hex | 93 | 93 | CB | 1C | 1C | 0 | 14 | F0 | 23 | 45 |
| Octal | 223 | 223 | 313 | 34 | 34 | 0 | 24 | 360 | 43 | 105 |
| Binary | 10010011 | 10010011 | 11001011 | 11100 | 11100 | 0 | 10100 | 11110000 | 100011 | 1000101 |
Color Harmonies of #9393CB
Complementary color
Monochromatic Colors of #9393CB
Black with #9393CB
Text Example
Text Example
White with #9393CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393CB; }
p { color: rgb(147,147,203); }
H1.HeaderClassName
{
color: #9393CB;
}
.AnyTagClassName
{
color: #9393CB;
}
</style>
background-color css
<style>
a { background-color: #9393CB; }
a { background-color: rgb(147,147,203); }
div.DivClassName
{
background-color: #9393CB;
}
.BgClassName
{
background-color: #9393CB;
}
</style>
border-color css
<style>
span { border-color: #9393CB; }
span { border-color: rgb(147,147,203); }
td.TdClassName
{
border-color: #9393CB;
}
.TagClassName
{
border-color: #9393CB;
}
</style>