Shades of Logan #979AAF
Tints of Logan #979AAF
RGB
CMYK
RGB Variations
Color information
#979AAF (or 0x979AAF) is known color: Logan. HEX triplet: 97, 9A and AF. RGB value is (151,154,175). Sum of RGB (Red+Green+Blue) = 151+154+175=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #979AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAF is #686550. Grayscale: #9B9B9B. Windows color (decimal): -6841681 or 11508375. OLE color: 11508375.
HSL color Cylindrical-coordinate representation of color #979AAF: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979AAF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 154 | 175 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.31 |
| HSL | 232.5º | 0.13% | 0.64% | - |
| HSV(B) | 232.5º | 0.14% | 0.69% | - |
| XYZ | 32.06 | 32.79 | 45.2 | - |
| YUV | 155.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 175 | 0.14 | 0.12 | 0 | 0.31 | 232.5 | 0.13 | 0.64 |
| Hex | 97 | 9A | AF | E | C | 0 | 1F | E8 | D | 40 |
| Octal | 227 | 232 | 257 | 16 | 14 | 0 | 37 | 350 | 15 | 100 |
| Binary | 10010111 | 10011010 | 10101111 | 1110 | 1100 | 0 | 11111 | 11101000 | 1101 | 1000000 |
Color Harmonies of #979AAF
Complementary color
Monochromatic Colors of #979AAF
Black with #979AAF
Text Example
Text Example
White with #979AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979AAF; }
p { color: rgb(151,154,175); }
H1.HeaderClassName
{
color: #979AAF;
}
.AnyTagClassName
{
color: #979AAF;
}
</style>
background-color css
<style>
a { background-color: #979AAF; }
a { background-color: rgb(151,154,175); }
div.DivClassName
{
background-color: #979AAF;
}
.BgClassName
{
background-color: #979AAF;
}
</style>
border-color css
<style>
span { border-color: #979AAF; }
span { border-color: rgb(151,154,175); }
td.TdClassName
{
border-color: #979AAF;
}
.TagClassName
{
border-color: #979AAF;
}
</style>