Shades of Logan #9599B5
Tints of Logan #9599B5
RGB
CMYK
RGB Variations
Color information
#9599B5 (or 0x9599B5) is known color: Logan. HEX triplet: 95, 99 and B5. RGB value is (149,153,181). Sum of RGB (Red+Green+Blue) = 149+153+181=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 181 - color contains mainly: blue. Hex color #9599B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599B5 is #6A664A. Grayscale: #9A9A9A. Windows color (decimal): -6973003 or 11901333. OLE color: 11901333.
HSL color Cylindrical-coordinate representation of color #9599B5: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9599B5 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 153 | 181 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.29 |
| HSL | 232.5º | 0.18% | 0.65% | - |
| HSV(B) | 232.5º | 0.18% | 0.71% | - |
| XYZ | 32.13 | 32.51 | 48.3 | - |
| YUV | 155 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 181 | 0.18 | 0.15 | 0 | 0.29 | 232.5 | 0.18 | 0.65 |
| Hex | 95 | 99 | B5 | 12 | F | 0 | 1D | E8 | 12 | 41 |
| Octal | 225 | 231 | 265 | 22 | 17 | 0 | 35 | 350 | 22 | 101 |
| Binary | 10010101 | 10011001 | 10110101 | 10010 | 1111 | 0 | 11101 | 11101000 | 10010 | 1000001 |
Color Harmonies of #9599B5
Complementary color
Monochromatic Colors of #9599B5
Black with #9599B5
Text Example
Text Example
White with #9599B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599B5; }
p { color: rgb(149,153,181); }
H1.HeaderClassName
{
color: #9599B5;
}
.AnyTagClassName
{
color: #9599B5;
}
</style>
background-color css
<style>
a { background-color: #9599B5; }
a { background-color: rgb(149,153,181); }
div.DivClassName
{
background-color: #9599B5;
}
.BgClassName
{
background-color: #9599B5;
}
</style>
border-color css
<style>
span { border-color: #9599B5; }
span { border-color: rgb(149,153,181); }
td.TdClassName
{
border-color: #9599B5;
}
.TagClassName
{
border-color: #9599B5;
}
</style>