Shades of Blue Bell #9594D5
Tints of Blue Bell #9594D5
RGB
CMYK
RGB Variations
Color information
#9594D5 (or 0x9594D5) is known color: Blue Bell. HEX triplet: 95, 94 and D5. RGB value is (149,148,213). Sum of RGB (Red+Green+Blue) = 149+148+213=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #9594D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594D5 is #6A6B2A. Grayscale: #9B9B9B. Windows color (decimal): -6974251 or 13997205. OLE color: 13997205.
HSL color Cylindrical-coordinate representation of color #9594D5: hue angle of 240.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9594D5 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 148 | 213 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.16 |
| HSL | 240.92º | 0.44% | 0.71% | - |
| HSV(B) | 240.92º | 0.31% | 0.84% | - |
| XYZ | 34.99 | 32.37 | 67.36 | - |
| YUV | 155.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 213 | 0.30 | 0.31 | 0 | 0.16 | 240.92 | 0.44 | 0.71 |
| Hex | 95 | 94 | D5 | 1E | 1F | 0 | 10 | F1 | 2C | 47 |
| Octal | 225 | 224 | 325 | 36 | 37 | 0 | 20 | 361 | 54 | 107 |
| Binary | 10010101 | 10010100 | 11010101 | 11110 | 11111 | 0 | 10000 | 11110001 | 101100 | 1000111 |
Color Harmonies of #9594D5
Complementary color
Monochromatic Colors of #9594D5
Black with #9594D5
Text Example
Text Example
White with #9594D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594D5; }
p { color: rgb(149,148,213); }
H1.HeaderClassName
{
color: #9594D5;
}
.AnyTagClassName
{
color: #9594D5;
}
</style>
background-color css
<style>
a { background-color: #9594D5; }
a { background-color: rgb(149,148,213); }
div.DivClassName
{
background-color: #9594D5;
}
.BgClassName
{
background-color: #9594D5;
}
</style>
border-color css
<style>
span { border-color: #9594D5; }
span { border-color: rgb(149,148,213); }
td.TdClassName
{
border-color: #9594D5;
}
.TagClassName
{
border-color: #9594D5;
}
</style>