Shades of Blue Bell #9588DC
Tints of Blue Bell #9588DC
RGB
CMYK
RGB Variations
Color information
#9588DC (or 0x9588DC) is known color: Blue Bell. HEX triplet: 95, 88 and DC. RGB value is (149,136,220). Sum of RGB (Red+Green+Blue) = 149+136+220=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9588DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588DC is #6A7723. Grayscale: #959595. Windows color (decimal): -6977316 or 14452885. OLE color: 14452885.
HSL color Cylindrical-coordinate representation of color #9588DC: hue angle of 249.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9588DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 136 | 220 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.14 |
| HSL | 249.29º | 0.55% | 0.7% | - |
| HSV(B) | 249.29º | 0.38% | 0.86% | - |
| XYZ | 34.12 | 29.17 | 71.54 | - |
| YUV | 149.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 220 | 0.32 | 0.38 | 0 | 0.14 | 249.29 | 0.55 | 0.7 |
| Hex | 95 | 88 | DC | 20 | 26 | 0 | E | F9 | 37 | 46 |
| Octal | 225 | 210 | 334 | 40 | 46 | 0 | 16 | 371 | 67 | 106 |
| Binary | 10010101 | 10001000 | 11011100 | 100000 | 100110 | 0 | 1110 | 11111001 | 110111 | 1000110 |
Color Harmonies of #9588DC
Complementary color
Monochromatic Colors of #9588DC
Black with #9588DC
Text Example
Text Example
White with #9588DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588DC; }
p { color: rgb(149,136,220); }
H1.HeaderClassName
{
color: #9588DC;
}
.AnyTagClassName
{
color: #9588DC;
}
</style>
background-color css
<style>
a { background-color: #9588DC; }
a { background-color: rgb(149,136,220); }
div.DivClassName
{
background-color: #9588DC;
}
.BgClassName
{
background-color: #9588DC;
}
</style>
border-color css
<style>
span { border-color: #9588DC; }
span { border-color: rgb(149,136,220); }
td.TdClassName
{
border-color: #9588DC;
}
.TagClassName
{
border-color: #9588DC;
}
</style>