Shades of Logan #9B97C0
Tints of Logan #9B97C0
RGB
CMYK
RGB Variations
Color information
#9B97C0 (or 0x9B97C0) is known color: Logan. HEX triplet: 9B, 97 and C0. RGB value is (155,151,192). Sum of RGB (Red+Green+Blue) = 155+151+192=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #9B97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97C0 is #64683F. Grayscale: #9C9C9C. Windows color (decimal): -6580288 or 12621723. OLE color: 12621723.
HSL color Cylindrical-coordinate representation of color #9B97C0: hue angle of 245.85º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B97C0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 151 | 192 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.25 |
| HSL | 245.85º | 0.25% | 0.67% | - |
| HSV(B) | 245.85º | 0.21% | 0.75% | - |
| XYZ | 34.1 | 32.91 | 54.42 | - |
| YUV | 156.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 192 | 0.19 | 0.21 | 0 | 0.25 | 245.85 | 0.25 | 0.67 |
| Hex | 9B | 97 | C0 | 13 | 15 | 0 | 19 | F6 | 19 | 43 |
| Octal | 233 | 227 | 300 | 23 | 25 | 0 | 31 | 366 | 31 | 103 |
| Binary | 10011011 | 10010111 | 11000000 | 10011 | 10101 | 0 | 11001 | 11110110 | 11001 | 1000011 |
Color Harmonies of #9B97C0
Complementary color
Monochromatic Colors of #9B97C0
Black with #9B97C0
Text Example
Text Example
White with #9B97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B97C0; }
p { color: rgb(155,151,192); }
H1.HeaderClassName
{
color: #9B97C0;
}
.AnyTagClassName
{
color: #9B97C0;
}
</style>
background-color css
<style>
a { background-color: #9B97C0; }
a { background-color: rgb(155,151,192); }
div.DivClassName
{
background-color: #9B97C0;
}
.BgClassName
{
background-color: #9B97C0;
}
</style>
border-color css
<style>
span { border-color: #9B97C0; }
span { border-color: rgb(155,151,192); }
td.TdClassName
{
border-color: #9B97C0;
}
.TagClassName
{
border-color: #9B97C0;
}
</style>