Shades of Logan #979BB1
Tints of Logan #979BB1
RGB
CMYK
RGB Variations
Color information
#979BB1 (or 0x979BB1) is known color: Logan. HEX triplet: 97, 9B and B1. RGB value is (151,155,177). Sum of RGB (Red+Green+Blue) = 151+155+177=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 177 - color contains mainly: blue. Hex color #979BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979BB1 is #68644E. Grayscale: #9C9C9C. Windows color (decimal): -6841423 or 11639703. OLE color: 11639703.
HSL color Cylindrical-coordinate representation of color #979BB1: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979BB1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 155 | 177 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.31 |
| HSL | 230.77º | 0.14% | 0.64% | - |
| HSV(B) | 230.77º | 0.15% | 0.69% | - |
| XYZ | 32.42 | 33.2 | 46.29 | - |
| YUV | 156.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 177 | 0.15 | 0.12 | 0 | 0.31 | 230.77 | 0.14 | 0.64 |
| Hex | 97 | 9B | B1 | F | C | 0 | 1F | E7 | E | 40 |
| Octal | 227 | 233 | 261 | 17 | 14 | 0 | 37 | 347 | 16 | 100 |
| Binary | 10010111 | 10011011 | 10110001 | 1111 | 1100 | 0 | 11111 | 11100111 | 1110 | 1000000 |
Color Harmonies of #979BB1
Complementary color
Monochromatic Colors of #979BB1
Black with #979BB1
Text Example
Text Example
White with #979BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BB1; }
p { color: rgb(151,155,177); }
H1.HeaderClassName
{
color: #979BB1;
}
.AnyTagClassName
{
color: #979BB1;
}
</style>
background-color css
<style>
a { background-color: #979BB1; }
a { background-color: rgb(151,155,177); }
div.DivClassName
{
background-color: #979BB1;
}
.BgClassName
{
background-color: #979BB1;
}
</style>
border-color css
<style>
span { border-color: #979BB1; }
span { border-color: rgb(151,155,177); }
td.TdClassName
{
border-color: #979BB1;
}
.TagClassName
{
border-color: #979BB1;
}
</style>