Shades of Blue Bell #9594C0
Tints of Blue Bell #9594C0
RGB
CMYK
RGB Variations
Color information
#9594C0 (or 0x9594C0) is known color: Blue Bell. HEX triplet: 95, 94 and C0. RGB value is (149,148,192). Sum of RGB (Red+Green+Blue) = 149+148+192=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #9594C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594C0 is #6A6B3F. Grayscale: #999999. Windows color (decimal): -6974272 or 12620949. OLE color: 12620949.
HSL color Cylindrical-coordinate representation of color #9594C0: hue angle of 241.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9594C0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 148 | 192 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.25 |
| HSL | 241.36º | 0.26% | 0.67% | - |
| HSV(B) | 241.36º | 0.23% | 0.75% | - |
| XYZ | 32.5 | 31.38 | 54.21 | - |
| YUV | 153.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 192 | 0.22 | 0.23 | 0 | 0.25 | 241.36 | 0.26 | 0.67 |
| Hex | 95 | 94 | C0 | 16 | 17 | 0 | 19 | F1 | 1A | 43 |
| Octal | 225 | 224 | 300 | 26 | 27 | 0 | 31 | 361 | 32 | 103 |
| Binary | 10010101 | 10010100 | 11000000 | 10110 | 10111 | 0 | 11001 | 11110001 | 11010 | 1000011 |
Color Harmonies of #9594C0
Complementary color
Monochromatic Colors of #9594C0
Black with #9594C0
Text Example
Text Example
White with #9594C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594C0; }
p { color: rgb(149,148,192); }
H1.HeaderClassName
{
color: #9594C0;
}
.AnyTagClassName
{
color: #9594C0;
}
</style>
background-color css
<style>
a { background-color: #9594C0; }
a { background-color: rgb(149,148,192); }
div.DivClassName
{
background-color: #9594C0;
}
.BgClassName
{
background-color: #9594C0;
}
</style>
border-color css
<style>
span { border-color: #9594C0; }
span { border-color: rgb(149,148,192); }
td.TdClassName
{
border-color: #9594C0;
}
.TagClassName
{
border-color: #9594C0;
}
</style>