Shades of Blue Bell #9599C0
Tints of Blue Bell #9599C0
RGB
CMYK
RGB Variations
Color information
#9599C0 (or 0x9599C0) is known color: Blue Bell. HEX triplet: 95, 99 and C0. RGB value is (149,153,192). Sum of RGB (Red+Green+Blue) = 149+153+192=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #9599C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599C0 is #6A663F. Grayscale: #9C9C9C. Windows color (decimal): -6972992 or 12622229. OLE color: 12622229.
HSL color Cylindrical-coordinate representation of color #9599C0: hue angle of 234.42º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9599C0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 153 | 192 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.25 |
| HSL | 234.42º | 0.25% | 0.67% | - |
| HSV(B) | 234.42º | 0.22% | 0.75% | - |
| XYZ | 33.3 | 32.98 | 54.48 | - |
| YUV | 156.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 192 | 0.22 | 0.20 | 0 | 0.25 | 234.42 | 0.25 | 0.67 |
| Hex | 95 | 99 | C0 | 16 | 14 | 0 | 19 | EA | 19 | 43 |
| Octal | 225 | 231 | 300 | 26 | 24 | 0 | 31 | 352 | 31 | 103 |
| Binary | 10010101 | 10011001 | 11000000 | 10110 | 10100 | 0 | 11001 | 11101010 | 11001 | 1000011 |
Color Harmonies of #9599C0
Complementary color
Monochromatic Colors of #9599C0
Black with #9599C0
Text Example
Text Example
White with #9599C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599C0; }
p { color: rgb(149,153,192); }
H1.HeaderClassName
{
color: #9599C0;
}
.AnyTagClassName
{
color: #9599C0;
}
</style>
background-color css
<style>
a { background-color: #9599C0; }
a { background-color: rgb(149,153,192); }
div.DivClassName
{
background-color: #9599C0;
}
.BgClassName
{
background-color: #9599C0;
}
</style>
border-color css
<style>
span { border-color: #9599C0; }
span { border-color: rgb(149,153,192); }
td.TdClassName
{
border-color: #9599C0;
}
.TagClassName
{
border-color: #9599C0;
}
</style>