Shades of Blue Bell #9397CB
Tints of Blue Bell #9397CB
RGB
CMYK
RGB Variations
Color information
#9397CB (or 0x9397CB) is known color: Blue Bell. HEX triplet: 93, 97 and CB. RGB value is (147,151,203). Sum of RGB (Red+Green+Blue) = 147+151+203=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #9397CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397CB is #6C6834. Grayscale: #9B9B9B. Windows color (decimal): -7104565 or 13342611. OLE color: 13342611.
HSL color Cylindrical-coordinate representation of color #9397CB: hue angle of 235.71º 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 #9397CB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 151 | 203 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.20 |
| HSL | 235.71º | 0.35% | 0.69% | - |
| HSV(B) | 235.71º | 0.28% | 0.8% | - |
| XYZ | 33.88 | 32.65 | 61.02 | - |
| YUV | 155.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 203 | 0.28 | 0.26 | 0 | 0.20 | 235.71 | 0.35 | 0.69 |
| Hex | 93 | 97 | CB | 1C | 1A | 0 | 14 | EC | 23 | 45 |
| Octal | 223 | 227 | 313 | 34 | 32 | 0 | 24 | 354 | 43 | 105 |
| Binary | 10010011 | 10010111 | 11001011 | 11100 | 11010 | 0 | 10100 | 11101100 | 100011 | 1000101 |
Color Harmonies of #9397CB
Complementary color
Monochromatic Colors of #9397CB
Black with #9397CB
Text Example
Text Example
White with #9397CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397CB; }
p { color: rgb(147,151,203); }
H1.HeaderClassName
{
color: #9397CB;
}
.AnyTagClassName
{
color: #9397CB;
}
</style>
background-color css
<style>
a { background-color: #9397CB; }
a { background-color: rgb(147,151,203); }
div.DivClassName
{
background-color: #9397CB;
}
.BgClassName
{
background-color: #9397CB;
}
</style>
border-color css
<style>
span { border-color: #9397CB; }
span { border-color: rgb(147,151,203); }
td.TdClassName
{
border-color: #9397CB;
}
.TagClassName
{
border-color: #9397CB;
}
</style>