Shades of Blue Bell #9488CE
Tints of Blue Bell #9488CE
RGB
CMYK
RGB Variations
Color information
#9488CE (or 0x9488CE) is known color: Blue Bell. HEX triplet: 94, 88 and CE. RGB value is (148,136,206). Sum of RGB (Red+Green+Blue) = 148+136+206=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #9488CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CE is #6B7731. Grayscale: #939393. Windows color (decimal): -7042866 or 13535380. OLE color: 13535380.
HSL color Cylindrical-coordinate representation of color #9488CE: hue angle of 250.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9488CE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 136 | 206 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.19 |
| HSL | 250.29º | 0.42% | 0.67% | - |
| HSV(B) | 250.29º | 0.34% | 0.81% | - |
| XYZ | 32.16 | 28.36 | 62.17 | - |
| YUV | 147.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 206 | 0.28 | 0.34 | 0 | 0.19 | 250.29 | 0.42 | 0.67 |
| Hex | 94 | 88 | CE | 1C | 22 | 0 | 13 | FA | 2A | 43 |
| Octal | 224 | 210 | 316 | 34 | 42 | 0 | 23 | 372 | 52 | 103 |
| Binary | 10010100 | 10001000 | 11001110 | 11100 | 100010 | 0 | 10011 | 11111010 | 101010 | 1000011 |
Color Harmonies of #9488CE
Complementary color
Monochromatic Colors of #9488CE
Black with #9488CE
Text Example
Text Example
White with #9488CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488CE; }
p { color: rgb(148,136,206); }
H1.HeaderClassName
{
color: #9488CE;
}
.AnyTagClassName
{
color: #9488CE;
}
</style>
background-color css
<style>
a { background-color: #9488CE; }
a { background-color: rgb(148,136,206); }
div.DivClassName
{
background-color: #9488CE;
}
.BgClassName
{
background-color: #9488CE;
}
</style>
border-color css
<style>
span { border-color: #9488CE; }
span { border-color: rgb(148,136,206); }
td.TdClassName
{
border-color: #9488CE;
}
.TagClassName
{
border-color: #9488CE;
}
</style>