Shades of Logan #9B97BE
Tints of Logan #9B97BE
RGB
CMYK
RGB Variations
Color information
#9B97BE (or 0x9B97BE) is known color: Logan. HEX triplet: 9B, 97 and BE. RGB value is (155,151,190). Sum of RGB (Red+Green+Blue) = 155+151+190=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B97BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97BE is #646841. Grayscale: #9C9C9C. Windows color (decimal): -6580290 or 12490651. OLE color: 12490651.
HSL color Cylindrical-coordinate representation of color #9B97BE: hue angle of 246.15º degrees, saturation: 0.23, 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 #9B97BE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 151 | 190 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.25 |
| HSL | 246.15º | 0.23% | 0.67% | - |
| HSV(B) | 246.15º | 0.21% | 0.75% | - |
| XYZ | 33.88 | 32.82 | 53.26 | - |
| YUV | 156.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 190 | 0.18 | 0.21 | 0 | 0.25 | 246.15 | 0.23 | 0.67 |
| Hex | 9B | 97 | BE | 12 | 15 | 0 | 19 | F6 | 17 | 43 |
| Octal | 233 | 227 | 276 | 22 | 25 | 0 | 31 | 366 | 27 | 103 |
| Binary | 10011011 | 10010111 | 10111110 | 10010 | 10101 | 0 | 11001 | 11110110 | 10111 | 1000011 |
Color Harmonies of #9B97BE
Complementary color
Monochromatic Colors of #9B97BE
Black with #9B97BE
Text Example
Text Example
White with #9B97BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B97BE; }
p { color: rgb(155,151,190); }
H1.HeaderClassName
{
color: #9B97BE;
}
.AnyTagClassName
{
color: #9B97BE;
}
</style>
background-color css
<style>
a { background-color: #9B97BE; }
a { background-color: rgb(155,151,190); }
div.DivClassName
{
background-color: #9B97BE;
}
.BgClassName
{
background-color: #9B97BE;
}
</style>
border-color css
<style>
span { border-color: #9B97BE; }
span { border-color: rgb(155,151,190); }
td.TdClassName
{
border-color: #9B97BE;
}
.TagClassName
{
border-color: #9B97BE;
}
</style>