Shades of Logan #9A95B6
Tints of Logan #9A95B6
RGB
CMYK
RGB Variations
Color information
#9A95B6 (or 0x9A95B6) is known color: Logan. HEX triplet: 9A, 95 and B6. RGB value is (154,149,182). Sum of RGB (Red+Green+Blue) = 154+149+182=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A95B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95B6 is #656A49. Grayscale: #9A9A9A. Windows color (decimal): -6646346 or 11965850. OLE color: 11965850.
HSL color Cylindrical-coordinate representation of color #9A95B6: hue angle of 249.09º 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 #9A95B6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 149 | 182 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.29 |
| HSL | 249.09º | 0.18% | 0.65% | - |
| HSV(B) | 249.09º | 0.18% | 0.71% | - |
| XYZ | 32.52 | 31.74 | 48.67 | - |
| YUV | 154.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 182 | 0.15 | 0.18 | 0 | 0.29 | 249.09 | 0.18 | 0.65 |
| Hex | 9A | 95 | B6 | F | 12 | 0 | 1D | F9 | 12 | 41 |
| Octal | 232 | 225 | 266 | 17 | 22 | 0 | 35 | 371 | 22 | 101 |
| Binary | 10011010 | 10010101 | 10110110 | 1111 | 10010 | 0 | 11101 | 11111001 | 10010 | 1000001 |
Color Harmonies of #9A95B6
Complementary color
Monochromatic Colors of #9A95B6
Black with #9A95B6
Text Example
Text Example
White with #9A95B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95B6; }
p { color: rgb(154,149,182); }
H1.HeaderClassName
{
color: #9A95B6;
}
.AnyTagClassName
{
color: #9A95B6;
}
</style>
background-color css
<style>
a { background-color: #9A95B6; }
a { background-color: rgb(154,149,182); }
div.DivClassName
{
background-color: #9A95B6;
}
.BgClassName
{
background-color: #9A95B6;
}
</style>
border-color css
<style>
span { border-color: #9A95B6; }
span { border-color: rgb(154,149,182); }
td.TdClassName
{
border-color: #9A95B6;
}
.TagClassName
{
border-color: #9A95B6;
}
</style>