Shades of Logan #9791B6
Tints of Logan #9791B6
RGB
CMYK
RGB Variations
Color information
#9791B6 (or 0x9791B6) is known color: Logan. HEX triplet: 97, 91 and B6. RGB value is (151,145,182). Sum of RGB (Red+Green+Blue) = 151+145+182=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #9791B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791B6 is #686E49. Grayscale: #969696. Windows color (decimal): -6843978 or 11964823. OLE color: 11964823.
HSL color Cylindrical-coordinate representation of color #9791B6: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9791B6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 145 | 182 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.29 |
| HSL | 249.73º | 0.2% | 0.64% | - |
| HSV(B) | 249.73º | 0.2% | 0.71% | - |
| XYZ | 31.33 | 30.21 | 48.44 | - |
| YUV | 151.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 182 | 0.17 | 0.20 | 0 | 0.29 | 249.73 | 0.2 | 0.64 |
| Hex | 97 | 91 | B6 | 11 | 14 | 0 | 1D | FA | 14 | 40 |
| Octal | 227 | 221 | 266 | 21 | 24 | 0 | 35 | 372 | 24 | 100 |
| Binary | 10010111 | 10010001 | 10110110 | 10001 | 10100 | 0 | 11101 | 11111010 | 10100 | 1000000 |
Color Harmonies of #9791B6
Complementary color
Monochromatic Colors of #9791B6
Black with #9791B6
Text Example
Text Example
White with #9791B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9791B6; }
p { color: rgb(151,145,182); }
H1.HeaderClassName
{
color: #9791B6;
}
.AnyTagClassName
{
color: #9791B6;
}
</style>
background-color css
<style>
a { background-color: #9791B6; }
a { background-color: rgb(151,145,182); }
div.DivClassName
{
background-color: #9791B6;
}
.BgClassName
{
background-color: #9791B6;
}
</style>
border-color css
<style>
span { border-color: #9791B6; }
span { border-color: rgb(151,145,182); }
td.TdClassName
{
border-color: #9791B6;
}
.TagClassName
{
border-color: #9791B6;
}
</style>