Shades of Logan #9794B5
Tints of Logan #9794B5
RGB
CMYK
RGB Variations
Color information
#9794B5 (or 0x9794B5) is known color: Logan. HEX triplet: 97, 94 and B5. RGB value is (151,148,181). Sum of RGB (Red+Green+Blue) = 151+148+181=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #9794B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9794B5 is #686B4A. Grayscale: #989898. Windows color (decimal): -6843211 or 11900055. OLE color: 11900055.
HSL color Cylindrical-coordinate representation of color #9794B5: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9794B5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 151 | 148 | 181 | - |
CMYK | 0.17 | 0.18 | 0 | 0.29 |
HSL | 245.45º | 0.18% | 0.65% | - |
HSV(B) | 245.45º | 0.18% | 0.71% | - |
XYZ | 31.69 | 31.1 | 48.05 | - |
YUV | 152.66 | 143.99 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 148 | 181 | 0.17 | 0.18 | 0 | 0.29 | 245.45 | 0.18 | 0.65 |
Hex | 97 | 94 | B5 | 11 | 12 | 0 | 1D | F5 | 12 | 41 |
Octal | 227 | 224 | 265 | 21 | 22 | 0 | 35 | 365 | 22 | 101 |
Binary | 10010111 | 10010100 | 10110101 | 10001 | 10010 | 0 | 11101 | 11110101 | 10010 | 1000001 |
Color Harmonies of #9794B5
Complementary color
Monochromatic Colors of #9794B5
Black with #9794B5
Text Example
Text Example
White with #9794B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794B5; }
p { color: rgb(151,148,181); }
H1.HeaderClassName
{
color: #9794B5;
}
.AnyTagClassName
{
color: #9794B5;
}
</style>
background-color css
<style>
a { background-color: #9794B5; }
a { background-color: rgb(151,148,181); }
div.DivClassName
{
background-color: #9794B5;
}
.BgClassName
{
background-color: #9794B5;
}
</style>
border-color css
<style>
span { border-color: #9794B5; }
span { border-color: rgb(151,148,181); }
td.TdClassName
{
border-color: #9794B5;
}
.TagClassName
{
border-color: #9794B5;
}
</style>