Shades of Blue Bell #9594DC
Tints of Blue Bell #9594DC
RGB
CMYK
RGB Variations
Color information
#9594DC (or 0x9594DC) is known color: Blue Bell. HEX triplet: 95, 94 and DC. RGB value is (149,148,220). Sum of RGB (Red+Green+Blue) = 149+148+220=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9594DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594DC is #6A6B23. Grayscale: #9C9C9C. Windows color (decimal): -6974244 or 14455957. OLE color: 14455957.
HSL color Cylindrical-coordinate representation of color #9594DC: hue angle of 240.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9594DC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 148 | 220 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.14 |
| HSL | 240.83º | 0.51% | 0.72% | - |
| HSV(B) | 240.83º | 0.33% | 0.86% | - |
| XYZ | 35.9 | 32.74 | 72.14 | - |
| YUV | 156.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 220 | 0.32 | 0.33 | 0 | 0.14 | 240.83 | 0.51 | 0.72 |
| Hex | 95 | 94 | DC | 20 | 21 | 0 | E | F1 | 33 | 48 |
| Octal | 225 | 224 | 334 | 40 | 41 | 0 | 16 | 361 | 63 | 110 |
| Binary | 10010101 | 10010100 | 11011100 | 100000 | 100001 | 0 | 1110 | 11110001 | 110011 | 1001000 |
Color Harmonies of #9594DC
Complementary color
Monochromatic Colors of #9594DC
Black with #9594DC
Text Example
Text Example
White with #9594DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594DC; }
p { color: rgb(149,148,220); }
H1.HeaderClassName
{
color: #9594DC;
}
.AnyTagClassName
{
color: #9594DC;
}
</style>
background-color css
<style>
a { background-color: #9594DC; }
a { background-color: rgb(149,148,220); }
div.DivClassName
{
background-color: #9594DC;
}
.BgClassName
{
background-color: #9594DC;
}
</style>
border-color css
<style>
span { border-color: #9594DC; }
span { border-color: rgb(149,148,220); }
td.TdClassName
{
border-color: #9594DC;
}
.TagClassName
{
border-color: #9594DC;
}
</style>