Shades of Blue Bell #9489DF
Tints of Blue Bell #9489DF
RGB
CMYK
RGB Variations
Color information
#9489DF (or 0x9489DF) is known color: Blue Bell. HEX triplet: 94, 89 and DF. RGB value is (148,137,223). Sum of RGB (Red+Green+Blue) = 148+137+223=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9489DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489DF is #6B7620. Grayscale: #959595. Windows color (decimal): -7042593 or 14649748. OLE color: 14649748.
HSL color Cylindrical-coordinate representation of color #9489DF: hue angle of 247.67º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9489DF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 137 | 223 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.13 |
| HSL | 247.67º | 0.57% | 0.71% | - |
| HSV(B) | 247.67º | 0.39% | 0.87% | - |
| XYZ | 34.48 | 29.51 | 73.69 | - |
| YUV | 150.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 223 | 0.34 | 0.39 | 0 | 0.13 | 247.67 | 0.57 | 0.71 |
| Hex | 94 | 89 | DF | 22 | 27 | 0 | D | F8 | 39 | 47 |
| Octal | 224 | 211 | 337 | 42 | 47 | 0 | 15 | 370 | 71 | 107 |
| Binary | 10010100 | 10001001 | 11011111 | 100010 | 100111 | 0 | 1101 | 11111000 | 111001 | 1000111 |
Color Harmonies of #9489DF
Complementary color
Monochromatic Colors of #9489DF
Black with #9489DF
Text Example
Text Example
White with #9489DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9489DF; }
p { color: rgb(148,137,223); }
H1.HeaderClassName
{
color: #9489DF;
}
.AnyTagClassName
{
color: #9489DF;
}
</style>
background-color css
<style>
a { background-color: #9489DF; }
a { background-color: rgb(148,137,223); }
div.DivClassName
{
background-color: #9489DF;
}
.BgClassName
{
background-color: #9489DF;
}
</style>
border-color css
<style>
span { border-color: #9489DF; }
span { border-color: rgb(148,137,223); }
td.TdClassName
{
border-color: #9489DF;
}
.TagClassName
{
border-color: #9489DF;
}
</style>