Shades of Logan #979BB6
Tints of Logan #979BB6
RGB
CMYK
RGB Variations
Color information
#979BB6 (or 0x979BB6) is known color: Logan. HEX triplet: 97, 9B and B6. RGB value is (151,155,182). Sum of RGB (Red+Green+Blue) = 151+155+182=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #979BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BB6 is #686449. Grayscale: #9C9C9C. Windows color (decimal): -6841418 or 11967383. OLE color: 11967383.
HSL color Cylindrical-coordinate representation of color #979BB6: hue angle of 232.26º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #979BB6 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 155 | 182 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.29 |
| HSL | 232.26º | 0.18% | 0.65% | - |
| HSV(B) | 232.26º | 0.17% | 0.71% | - |
| XYZ | 32.93 | 33.4 | 48.97 | - |
| YUV | 156.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 182 | 0.17 | 0.15 | 0 | 0.29 | 232.26 | 0.18 | 0.65 |
| Hex | 97 | 9B | B6 | 11 | F | 0 | 1D | E8 | 12 | 41 |
| Octal | 227 | 233 | 266 | 21 | 17 | 0 | 35 | 350 | 22 | 101 |
| Binary | 10010111 | 10011011 | 10110110 | 10001 | 1111 | 0 | 11101 | 11101000 | 10010 | 1000001 |
Color Harmonies of #979BB6
Complementary color
Monochromatic Colors of #979BB6
Black with #979BB6
Text Example
Text Example
White with #979BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979BB6; }
p { color: rgb(151,155,182); }
H1.HeaderClassName
{
color: #979BB6;
}
.AnyTagClassName
{
color: #979BB6;
}
</style>
background-color css
<style>
a { background-color: #979BB6; }
a { background-color: rgb(151,155,182); }
div.DivClassName
{
background-color: #979BB6;
}
.BgClassName
{
background-color: #979BB6;
}
</style>
border-color css
<style>
span { border-color: #979BB6; }
span { border-color: rgb(151,155,182); }
td.TdClassName
{
border-color: #979BB6;
}
.TagClassName
{
border-color: #979BB6;
}
</style>