Shades of Logan #9C98C0
Tints of Logan #9C98C0
RGB
CMYK
RGB Variations
Color information
#9C98C0 (or 0x9C98C0) is known color: Logan. HEX triplet: 9C, 98 and C0. RGB value is (156,152,192). Sum of RGB (Red+Green+Blue) = 156+152+192=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C98C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98C0 is #63673F. Grayscale: #9D9D9D. Windows color (decimal): -6514496 or 12621980. OLE color: 12621980.
HSL color Cylindrical-coordinate representation of color #9C98C0: hue angle of 246º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C98C0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 152 | 192 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.25 |
| HSL | 246º | 0.24% | 0.67% | - |
| HSV(B) | 246º | 0.21% | 0.75% | - |
| XYZ | 34.45 | 33.33 | 54.49 | - |
| YUV | 157.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 192 | 0.19 | 0.21 | 0 | 0.25 | 246 | 0.24 | 0.67 |
| Hex | 9C | 98 | C0 | 13 | 15 | 0 | 19 | F6 | 18 | 43 |
| Octal | 234 | 230 | 300 | 23 | 25 | 0 | 31 | 366 | 30 | 103 |
| Binary | 10011100 | 10011000 | 11000000 | 10011 | 10101 | 0 | 11001 | 11110110 | 11000 | 1000011 |
Color Harmonies of #9C98C0
Complementary color
Monochromatic Colors of #9C98C0
Black with #9C98C0
Text Example
Text Example
White with #9C98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C98C0; }
p { color: rgb(156,152,192); }
H1.HeaderClassName
{
color: #9C98C0;
}
.AnyTagClassName
{
color: #9C98C0;
}
</style>
background-color css
<style>
a { background-color: #9C98C0; }
a { background-color: rgb(156,152,192); }
div.DivClassName
{
background-color: #9C98C0;
}
.BgClassName
{
background-color: #9C98C0;
}
</style>
border-color css
<style>
span { border-color: #9C98C0; }
span { border-color: rgb(156,152,192); }
td.TdClassName
{
border-color: #9C98C0;
}
.TagClassName
{
border-color: #9C98C0;
}
</style>