Shades of Blue Bell #9397CE
Tints of Blue Bell #9397CE
RGB
CMYK
RGB Variations
Color information
#9397CE (or 0x9397CE) is known color: Blue Bell. HEX triplet: 93, 97 and CE. RGB value is (147,151,206). Sum of RGB (Red+Green+Blue) = 147+151+206=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9397CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397CE is #6C6831. Grayscale: #9B9B9B. Windows color (decimal): -7104562 or 13539219. OLE color: 13539219.
HSL color Cylindrical-coordinate representation of color #9397CE: hue angle of 235.93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9397CE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 151 | 206 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.19 |
| HSL | 235.93º | 0.38% | 0.69% | - |
| HSV(B) | 235.93º | 0.29% | 0.81% | - |
| XYZ | 34.24 | 32.79 | 62.92 | - |
| YUV | 156.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 206 | 0.29 | 0.27 | 0 | 0.19 | 235.93 | 0.38 | 0.69 |
| Hex | 93 | 97 | CE | 1D | 1B | 0 | 13 | EC | 26 | 45 |
| Octal | 223 | 227 | 316 | 35 | 33 | 0 | 23 | 354 | 46 | 105 |
| Binary | 10010011 | 10010111 | 11001110 | 11101 | 11011 | 0 | 10011 | 11101100 | 100110 | 1000101 |
Color Harmonies of #9397CE
Complementary color
Monochromatic Colors of #9397CE
Black with #9397CE
Text Example
Text Example
White with #9397CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397CE; }
p { color: rgb(147,151,206); }
H1.HeaderClassName
{
color: #9397CE;
}
.AnyTagClassName
{
color: #9397CE;
}
</style>
background-color css
<style>
a { background-color: #9397CE; }
a { background-color: rgb(147,151,206); }
div.DivClassName
{
background-color: #9397CE;
}
.BgClassName
{
background-color: #9397CE;
}
</style>
border-color css
<style>
span { border-color: #9397CE; }
span { border-color: rgb(147,151,206); }
td.TdClassName
{
border-color: #9397CE;
}
.TagClassName
{
border-color: #9397CE;
}
</style>