Shades of Blue Bell #9590C1
Tints of Blue Bell #9590C1
RGB
CMYK
RGB Variations
Color information
#9590C1 (or 0x9590C1) is known color: Blue Bell. HEX triplet: 95, 90 and C1. RGB value is (149,144,193). Sum of RGB (Red+Green+Blue) = 149+144+193=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #9590C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590C1 is #6A6F3E. Grayscale: #969696. Windows color (decimal): -6975295 or 12685461. OLE color: 12685461.
HSL color Cylindrical-coordinate representation of color #9590C1: hue angle of 246.12º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9590C1 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 144 | 193 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.24 |
| HSL | 246.12º | 0.28% | 0.66% | - |
| HSV(B) | 246.12º | 0.25% | 0.76% | - |
| XYZ | 31.99 | 30.19 | 54.59 | - |
| YUV | 151.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 193 | 0.23 | 0.25 | 0 | 0.24 | 246.12 | 0.28 | 0.66 |
| Hex | 95 | 90 | C1 | 17 | 19 | 0 | 18 | F6 | 1C | 42 |
| Octal | 225 | 220 | 301 | 27 | 31 | 0 | 30 | 366 | 34 | 102 |
| Binary | 10010101 | 10010000 | 11000001 | 10111 | 11001 | 0 | 11000 | 11110110 | 11100 | 1000010 |
Color Harmonies of #9590C1
Complementary color
Monochromatic Colors of #9590C1
Black with #9590C1
Text Example
Text Example
White with #9590C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9590C1; }
p { color: rgb(149,144,193); }
H1.HeaderClassName
{
color: #9590C1;
}
.AnyTagClassName
{
color: #9590C1;
}
</style>
background-color css
<style>
a { background-color: #9590C1; }
a { background-color: rgb(149,144,193); }
div.DivClassName
{
background-color: #9590C1;
}
.BgClassName
{
background-color: #9590C1;
}
</style>
border-color css
<style>
span { border-color: #9590C1; }
span { border-color: rgb(149,144,193); }
td.TdClassName
{
border-color: #9590C1;
}
.TagClassName
{
border-color: #9590C1;
}
</style>