Shades of Blue Bell #9596C1
Tints of Blue Bell #9596C1
RGB
CMYK
RGB Variations
Color information
#9596C1 (or 0x9596C1) is known color: Blue Bell. HEX triplet: 95, 96 and C1. RGB value is (149,150,193). Sum of RGB (Red+Green+Blue) = 149+150+193=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #9596C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596C1 is #6A693E. Grayscale: #9A9A9A. Windows color (decimal): -6973759 or 12686997. OLE color: 12686997.
HSL color Cylindrical-coordinate representation of color #9596C1: hue angle of 238.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9596C1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 150 | 193 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.24 |
| HSL | 238.64º | 0.26% | 0.67% | - |
| HSV(B) | 238.64º | 0.23% | 0.76% | - |
| XYZ | 32.93 | 32.05 | 54.9 | - |
| YUV | 154.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 193 | 0.23 | 0.22 | 0 | 0.24 | 238.64 | 0.26 | 0.67 |
| Hex | 95 | 96 | C1 | 17 | 16 | 0 | 18 | EF | 1A | 43 |
| Octal | 225 | 226 | 301 | 27 | 26 | 0 | 30 | 357 | 32 | 103 |
| Binary | 10010101 | 10010110 | 11000001 | 10111 | 10110 | 0 | 11000 | 11101111 | 11010 | 1000011 |
Color Harmonies of #9596C1
Complementary color
Monochromatic Colors of #9596C1
Black with #9596C1
Text Example
Text Example
White with #9596C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9596C1; }
p { color: rgb(149,150,193); }
H1.HeaderClassName
{
color: #9596C1;
}
.AnyTagClassName
{
color: #9596C1;
}
</style>
background-color css
<style>
a { background-color: #9596C1; }
a { background-color: rgb(149,150,193); }
div.DivClassName
{
background-color: #9596C1;
}
.BgClassName
{
background-color: #9596C1;
}
</style>
border-color css
<style>
span { border-color: #9596C1; }
span { border-color: rgb(149,150,193); }
td.TdClassName
{
border-color: #9596C1;
}
.TagClassName
{
border-color: #9596C1;
}
</style>