Shades of Blue Bell #9398BE
Tints of Blue Bell #9398BE
RGB
CMYK
RGB Variations
Color information
#9398BE (or 0x9398BE) is known color: Blue Bell. HEX triplet: 93, 98 and BE. RGB value is (147,152,190). Sum of RGB (Red+Green+Blue) = 147+152+190=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9398BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398BE is #6C6741. Grayscale: #9A9A9A. Windows color (decimal): -7104322 or 12490899. OLE color: 12490899.
HSL color Cylindrical-coordinate representation of color #9398BE: hue angle of 233.02º degrees, saturation: 0.25, 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 #9398BE is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 152 | 190 | - |
| CMYK | 0.23 | 0.2 | 0 | 0.25 |
| HSL | 233.02º | 0.25% | 0.66% | - |
| HSV(B) | 233.02º | 0.23% | 0.75% | - |
| XYZ | 32.56 | 32.38 | 53.25 | - |
| YUV | 154.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 190 | 0.23 | 0.2 | 0 | 0.25 | 233.02 | 0.25 | 0.66 |
| Hex | 93 | 98 | BE | 17 | 14 | 0 | 19 | E9 | 19 | 42 |
| Octal | 223 | 230 | 276 | 27 | 24 | 0 | 31 | 351 | 31 | 102 |
| Binary | 10010011 | 10011000 | 10111110 | 10111 | 10100 | 0 | 11001 | 11101001 | 11001 | 1000010 |
Color Harmonies of #9398BE
Complementary color
Monochromatic Colors of #9398BE
Black with #9398BE
Text Example
Text Example
White with #9398BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398BE; }
p { color: rgb(147,152,190); }
H1.HeaderClassName
{
color: #9398BE;
}
.AnyTagClassName
{
color: #9398BE;
}
</style>
background-color css
<style>
a { background-color: #9398BE; }
a { background-color: rgb(147,152,190); }
div.DivClassName
{
background-color: #9398BE;
}
.BgClassName
{
background-color: #9398BE;
}
</style>
border-color css
<style>
span { border-color: #9398BE; }
span { border-color: rgb(147,152,190); }
td.TdClassName
{
border-color: #9398BE;
}
.TagClassName
{
border-color: #9398BE;
}
</style>