Shades of Logan #9792BE
Tints of Logan #9792BE
RGB
CMYK
RGB Variations
Color information
#9792BE (or 0x9792BE) is known color: Logan. HEX triplet: 97, 92 and BE. RGB value is (151,146,190). Sum of RGB (Red+Green+Blue) = 151+146+190=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9792BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792BE is #686D41. Grayscale: #989898. Windows color (decimal): -6843714 or 12489367. OLE color: 12489367.
HSL color Cylindrical-coordinate representation of color #9792BE: hue angle of 246.82º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9792BE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 146 | 190 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.25 |
| HSL | 246.82º | 0.25% | 0.66% | - |
| HSV(B) | 246.82º | 0.23% | 0.75% | - |
| XYZ | 32.34 | 30.85 | 52.97 | - |
| YUV | 152.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 190 | 0.21 | 0.23 | 0 | 0.25 | 246.82 | 0.25 | 0.66 |
| Hex | 97 | 92 | BE | 15 | 17 | 0 | 19 | F7 | 19 | 42 |
| Octal | 227 | 222 | 276 | 25 | 27 | 0 | 31 | 367 | 31 | 102 |
| Binary | 10010111 | 10010010 | 10111110 | 10101 | 10111 | 0 | 11001 | 11110111 | 11001 | 1000010 |
Color Harmonies of #9792BE
Complementary color
Monochromatic Colors of #9792BE
Black with #9792BE
Text Example
Text Example
White with #9792BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9792BE; }
p { color: rgb(151,146,190); }
H1.HeaderClassName
{
color: #9792BE;
}
.AnyTagClassName
{
color: #9792BE;
}
</style>
background-color css
<style>
a { background-color: #9792BE; }
a { background-color: rgb(151,146,190); }
div.DivClassName
{
background-color: #9792BE;
}
.BgClassName
{
background-color: #9792BE;
}
</style>
border-color css
<style>
span { border-color: #9792BE; }
span { border-color: rgb(151,146,190); }
td.TdClassName
{
border-color: #9792BE;
}
.TagClassName
{
border-color: #9792BE;
}
</style>