Shades of Logan #9D96B2
Tints of Logan #9D96B2
RGB
CMYK
RGB Variations
Color information
#9D96B2 (or 0x9D96B2) is known color: Logan. HEX triplet: 9D, 96 and B2. RGB value is (157,150,178). Sum of RGB (Red+Green+Blue) = 157+150+178=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D96B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D96B2 is #62694D. Grayscale: #9B9B9B. Windows color (decimal): -6449486 or 11703965. OLE color: 11703965.
HSL color Cylindrical-coordinate representation of color #9D96B2: hue angle of 255º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D96B2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 150 | 178 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.30 |
| HSL | 255º | 0.15% | 0.64% | - |
| HSV(B) | 255º | 0.16% | 0.7% | - |
| XYZ | 32.85 | 32.2 | 46.6 | - |
| YUV | 155.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 178 | 0.12 | 0.16 | 0 | 0.30 | 255 | 0.15 | 0.64 |
| Hex | 9D | 96 | B2 | C | 10 | 0 | 1E | FF | F | 40 |
| Octal | 235 | 226 | 262 | 14 | 20 | 0 | 36 | 377 | 17 | 100 |
| Binary | 10011101 | 10010110 | 10110010 | 1100 | 10000 | 0 | 11110 | 11111111 | 1111 | 1000000 |
Color Harmonies of #9D96B2
Complementary color
Monochromatic Colors of #9D96B2
Black with #9D96B2
Text Example
Text Example
White with #9D96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96B2; }
p { color: rgb(157,150,178); }
H1.HeaderClassName
{
color: #9D96B2;
}
.AnyTagClassName
{
color: #9D96B2;
}
</style>
background-color css
<style>
a { background-color: #9D96B2; }
a { background-color: rgb(157,150,178); }
div.DivClassName
{
background-color: #9D96B2;
}
.BgClassName
{
background-color: #9D96B2;
}
</style>
border-color css
<style>
span { border-color: #9D96B2; }
span { border-color: rgb(157,150,178); }
td.TdClassName
{
border-color: #9D96B2;
}
.TagClassName
{
border-color: #9D96B2;
}
</style>