Shades of Blue Bell #9594C7
Tints of Blue Bell #9594C7
RGB
CMYK
RGB Variations
Color information
#9594C7 (or 0x9594C7) is known color: Blue Bell. HEX triplet: 95, 94 and C7. RGB value is (149,148,199). Sum of RGB (Red+Green+Blue) = 149+148+199=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #9594C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594C7 is #6A6B38. Grayscale: #999999. Windows color (decimal): -6974265 or 13079701. OLE color: 13079701.
HSL color Cylindrical-coordinate representation of color #9594C7: hue angle of 241.18º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9594C7 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 148 | 199 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.22 |
| HSL | 241.18º | 0.31% | 0.68% | - |
| HSV(B) | 241.18º | 0.26% | 0.78% | - |
| XYZ | 33.29 | 31.69 | 58.4 | - |
| YUV | 154.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 199 | 0.25 | 0.26 | 0 | 0.22 | 241.18 | 0.31 | 0.68 |
| Hex | 95 | 94 | C7 | 19 | 1A | 0 | 16 | F1 | 1F | 44 |
| Octal | 225 | 224 | 307 | 31 | 32 | 0 | 26 | 361 | 37 | 104 |
| Binary | 10010101 | 10010100 | 11000111 | 11001 | 11010 | 0 | 10110 | 11110001 | 11111 | 1000100 |
Color Harmonies of #9594C7
Complementary color
Monochromatic Colors of #9594C7
Black with #9594C7
Text Example
Text Example
White with #9594C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594C7; }
p { color: rgb(149,148,199); }
H1.HeaderClassName
{
color: #9594C7;
}
.AnyTagClassName
{
color: #9594C7;
}
</style>
background-color css
<style>
a { background-color: #9594C7; }
a { background-color: rgb(149,148,199); }
div.DivClassName
{
background-color: #9594C7;
}
.BgClassName
{
background-color: #9594C7;
}
</style>
border-color css
<style>
span { border-color: #9594C7; }
span { border-color: rgb(149,148,199); }
td.TdClassName
{
border-color: #9594C7;
}
.TagClassName
{
border-color: #9594C7;
}
</style>