Shades of Logan #9792BC
Tints of Logan #9792BC
RGB
CMYK
RGB Variations
Color information
#9792BC (or 0x9792BC) is known color: Logan. HEX triplet: 97, 92 and BC. RGB value is (151,146,188). Sum of RGB (Red+Green+Blue) = 151+146+188=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9792BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792BC is #686D43. Grayscale: #989898. Windows color (decimal): -6843716 or 12358295. OLE color: 12358295.
HSL color Cylindrical-coordinate representation of color #9792BC: hue angle of 247.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9792BC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 146 | 188 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.26 |
| HSL | 247.14º | 0.24% | 0.65% | - |
| HSV(B) | 247.14º | 0.22% | 0.74% | - |
| XYZ | 32.12 | 30.77 | 51.82 | - |
| YUV | 152.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 188 | 0.20 | 0.22 | 0 | 0.26 | 247.14 | 0.24 | 0.65 |
| Hex | 97 | 92 | BC | 14 | 16 | 0 | 1A | F7 | 18 | 41 |
| Octal | 227 | 222 | 274 | 24 | 26 | 0 | 32 | 367 | 30 | 101 |
| Binary | 10010111 | 10010010 | 10111100 | 10100 | 10110 | 0 | 11010 | 11110111 | 11000 | 1000001 |
Color Harmonies of #9792BC
Complementary color
Monochromatic Colors of #9792BC
Black with #9792BC
Text Example
Text Example
White with #9792BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792BC; }
p { color: rgb(151,146,188); }
H1.HeaderClassName
{
color: #9792BC;
}
.AnyTagClassName
{
color: #9792BC;
}
</style>
background-color css
<style>
a { background-color: #9792BC; }
a { background-color: rgb(151,146,188); }
div.DivClassName
{
background-color: #9792BC;
}
.BgClassName
{
background-color: #9792BC;
}
</style>
border-color css
<style>
span { border-color: #9792BC; }
span { border-color: rgb(151,146,188); }
td.TdClassName
{
border-color: #9792BC;
}
.TagClassName
{
border-color: #9792BC;
}
</style>