Shades of Logan #9997B4
Tints of Logan #9997B4
RGB
CMYK
RGB Variations
Color information
#9997B4 (or 0x9997B4) is known color: Logan. HEX triplet: 99, 97 and B4. RGB value is (153,151,180). Sum of RGB (Red+Green+Blue) = 153+151+180=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #9997B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997B4 is #66684B. Grayscale: #9A9A9A. Windows color (decimal): -6711372 or 11835289. OLE color: 11835289.
HSL color Cylindrical-coordinate representation of color #9997B4: hue angle of 244.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9997B4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 151 | 180 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.29 |
| HSL | 244.14º | 0.16% | 0.65% | - |
| HSV(B) | 244.14º | 0.16% | 0.71% | - |
| XYZ | 32.44 | 32.2 | 47.69 | - |
| YUV | 154.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 180 | 0.15 | 0.16 | 0 | 0.29 | 244.14 | 0.16 | 0.65 |
| Hex | 99 | 97 | B4 | F | 10 | 0 | 1D | F4 | 10 | 41 |
| Octal | 231 | 227 | 264 | 17 | 20 | 0 | 35 | 364 | 20 | 101 |
| Binary | 10011001 | 10010111 | 10110100 | 1111 | 10000 | 0 | 11101 | 11110100 | 10000 | 1000001 |
Color Harmonies of #9997B4
Complementary color
Monochromatic Colors of #9997B4
Black with #9997B4
Text Example
Text Example
White with #9997B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997B4; }
p { color: rgb(153,151,180); }
H1.HeaderClassName
{
color: #9997B4;
}
.AnyTagClassName
{
color: #9997B4;
}
</style>
background-color css
<style>
a { background-color: #9997B4; }
a { background-color: rgb(153,151,180); }
div.DivClassName
{
background-color: #9997B4;
}
.BgClassName
{
background-color: #9997B4;
}
</style>
border-color css
<style>
span { border-color: #9997B4; }
span { border-color: rgb(153,151,180); }
td.TdClassName
{
border-color: #9997B4;
}
.TagClassName
{
border-color: #9997B4;
}
</style>