Shades of Blue Bell #9488DF
Tints of Blue Bell #9488DF
RGB
CMYK
RGB Variations
Color information
#9488DF (or 0x9488DF) is known color: Blue Bell. HEX triplet: 94, 88 and DF. RGB value is (148,136,223). Sum of RGB (Red+Green+Blue) = 148+136+223=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9488DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488DF is #6B7720. Grayscale: #959595. Windows color (decimal): -7042849 or 14649492. OLE color: 14649492.
HSL color Cylindrical-coordinate representation of color #9488DF: hue angle of 248.28º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9488DF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 136 | 223 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.13 |
| HSL | 248.28º | 0.58% | 0.7% | - |
| HSV(B) | 248.28º | 0.39% | 0.87% | - |
| XYZ | 34.34 | 29.23 | 73.64 | - |
| YUV | 149.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 223 | 0.34 | 0.39 | 0 | 0.13 | 248.28 | 0.58 | 0.7 |
| Hex | 94 | 88 | DF | 22 | 27 | 0 | D | F8 | 3A | 46 |
| Octal | 224 | 210 | 337 | 42 | 47 | 0 | 15 | 370 | 72 | 106 |
| Binary | 10010100 | 10001000 | 11011111 | 100010 | 100111 | 0 | 1101 | 11111000 | 111010 | 1000110 |
Color Harmonies of #9488DF
Complementary color
Monochromatic Colors of #9488DF
Black with #9488DF
Text Example
Text Example
White with #9488DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488DF; }
p { color: rgb(148,136,223); }
H1.HeaderClassName
{
color: #9488DF;
}
.AnyTagClassName
{
color: #9488DF;
}
</style>
background-color css
<style>
a { background-color: #9488DF; }
a { background-color: rgb(148,136,223); }
div.DivClassName
{
background-color: #9488DF;
}
.BgClassName
{
background-color: #9488DF;
}
</style>
border-color css
<style>
span { border-color: #9488DF; }
span { border-color: rgb(148,136,223); }
td.TdClassName
{
border-color: #9488DF;
}
.TagClassName
{
border-color: #9488DF;
}
</style>