Shades of Logan #9799B4
Tints of Logan #9799B4
RGB
CMYK
RGB Variations
Color information
#9799B4 (or 0x9799B4) is known color: Logan. HEX triplet: 97, 99 and B4. RGB value is (151,153,180). Sum of RGB (Red+Green+Blue) = 151+153+180=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 153 (60.16% from 255 or 31.61% 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 #9799B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799B4 is #68664B. Grayscale: #9B9B9B. Windows color (decimal): -6841932 or 11835799. OLE color: 11835799.
HSL color Cylindrical-coordinate representation of color #9799B4: hue angle of 235.86º 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 #9799B4 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 153 | 180 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.29 |
| HSL | 235.86º | 0.16% | 0.65% | - |
| HSV(B) | 235.86º | 0.16% | 0.71% | - |
| XYZ | 32.39 | 32.66 | 47.78 | - |
| YUV | 155.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 180 | 0.16 | 0.15 | 0 | 0.29 | 235.86 | 0.16 | 0.65 |
| Hex | 97 | 99 | B4 | 10 | F | 0 | 1D | EC | 10 | 41 |
| Octal | 227 | 231 | 264 | 20 | 17 | 0 | 35 | 354 | 20 | 101 |
| Binary | 10010111 | 10011001 | 10110100 | 10000 | 1111 | 0 | 11101 | 11101100 | 10000 | 1000001 |
Color Harmonies of #9799B4
Complementary color
Monochromatic Colors of #9799B4
Black with #9799B4
Text Example
Text Example
White with #9799B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799B4; }
p { color: rgb(151,153,180); }
H1.HeaderClassName
{
color: #9799B4;
}
.AnyTagClassName
{
color: #9799B4;
}
</style>
background-color css
<style>
a { background-color: #9799B4; }
a { background-color: rgb(151,153,180); }
div.DivClassName
{
background-color: #9799B4;
}
.BgClassName
{
background-color: #9799B4;
}
</style>
border-color css
<style>
span { border-color: #9799B4; }
span { border-color: rgb(151,153,180); }
td.TdClassName
{
border-color: #9799B4;
}
.TagClassName
{
border-color: #9799B4;
}
</style>