Shades of Logan #9692BA
Tints of Logan #9692BA
RGB
CMYK
RGB Variations
Color information
#9692BA (or 0x9692BA) is known color: Logan. HEX triplet: 96, 92 and BA. RGB value is (150,146,186). Sum of RGB (Red+Green+Blue) = 150+146+186=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #9692BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692BA is #696D45. Grayscale: #979797. Windows color (decimal): -6909254 or 12227222. OLE color: 12227222.
HSL color Cylindrical-coordinate representation of color #9692BA: hue angle of 246º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9692BA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 146 | 186 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.27 |
| HSL | 246º | 0.22% | 0.65% | - |
| HSV(B) | 246º | 0.22% | 0.73% | - |
| XYZ | 31.72 | 30.59 | 50.69 | - |
| YUV | 151.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 186 | 0.19 | 0.22 | 0 | 0.27 | 246 | 0.22 | 0.65 |
| Hex | 96 | 92 | BA | 13 | 16 | 0 | 1B | F6 | 16 | 41 |
| Octal | 226 | 222 | 272 | 23 | 26 | 0 | 33 | 366 | 26 | 101 |
| Binary | 10010110 | 10010010 | 10111010 | 10011 | 10110 | 0 | 11011 | 11110110 | 10110 | 1000001 |
Color Harmonies of #9692BA
Complementary color
Monochromatic Colors of #9692BA
Black with #9692BA
Text Example
Text Example
White with #9692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692BA; }
p { color: rgb(150,146,186); }
H1.HeaderClassName
{
color: #9692BA;
}
.AnyTagClassName
{
color: #9692BA;
}
</style>
background-color css
<style>
a { background-color: #9692BA; }
a { background-color: rgb(150,146,186); }
div.DivClassName
{
background-color: #9692BA;
}
.BgClassName
{
background-color: #9692BA;
}
</style>
border-color css
<style>
span { border-color: #9692BA; }
span { border-color: rgb(150,146,186); }
td.TdClassName
{
border-color: #9692BA;
}
.TagClassName
{
border-color: #9692BA;
}
</style>