Shades of Blue Bell #9398D0
Tints of Blue Bell #9398D0
RGB
CMYK
RGB Variations
Color information
#9398D0 (or 0x9398D0) is known color: Blue Bell. HEX triplet: 93, 98 and D0. RGB value is (147,152,208). Sum of RGB (Red+Green+Blue) = 147+152+208=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #9398D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398D0 is #6C672F. Grayscale: #9C9C9C. Windows color (decimal): -7104304 or 13670547. OLE color: 13670547.
HSL color Cylindrical-coordinate representation of color #9398D0: hue angle of 235.08º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9398D0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 152 | 208 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.18 |
| HSL | 235.08º | 0.39% | 0.7% | - |
| HSV(B) | 235.08º | 0.29% | 0.82% | - |
| XYZ | 34.65 | 33.21 | 64.26 | - |
| YUV | 156.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 208 | 0.29 | 0.27 | 0 | 0.18 | 235.08 | 0.39 | 0.7 |
| Hex | 93 | 98 | D0 | 1D | 1B | 0 | 12 | EB | 27 | 46 |
| Octal | 223 | 230 | 320 | 35 | 33 | 0 | 22 | 353 | 47 | 106 |
| Binary | 10010011 | 10011000 | 11010000 | 11101 | 11011 | 0 | 10010 | 11101011 | 100111 | 1000110 |
Color Harmonies of #9398D0
Complementary color
Monochromatic Colors of #9398D0
Black with #9398D0
Text Example
Text Example
White with #9398D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398D0; }
p { color: rgb(147,152,208); }
H1.HeaderClassName
{
color: #9398D0;
}
.AnyTagClassName
{
color: #9398D0;
}
</style>
background-color css
<style>
a { background-color: #9398D0; }
a { background-color: rgb(147,152,208); }
div.DivClassName
{
background-color: #9398D0;
}
.BgClassName
{
background-color: #9398D0;
}
</style>
border-color css
<style>
span { border-color: #9398D0; }
span { border-color: rgb(147,152,208); }
td.TdClassName
{
border-color: #9398D0;
}
.TagClassName
{
border-color: #9398D0;
}
</style>