Shades of Logan #9C98BE
Tints of Logan #9C98BE
RGB
CMYK
RGB Variations
Color information
#9C98BE (or 0x9C98BE) is known color: Logan. HEX triplet: 9C, 98 and BE. RGB value is (156,152,190). Sum of RGB (Red+Green+Blue) = 156+152+190=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98BE is #636741. Grayscale: #9D9D9D. Windows color (decimal): -6514498 or 12490908. OLE color: 12490908.
HSL color Cylindrical-coordinate representation of color #9C98BE: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C98BE is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 152 | 190 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.25 |
| HSL | 246.32º | 0.23% | 0.67% | - |
| HSV(B) | 246.32º | 0.2% | 0.75% | - |
| XYZ | 34.23 | 33.24 | 53.33 | - |
| YUV | 157.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 190 | 0.18 | 0.2 | 0 | 0.25 | 246.32 | 0.23 | 0.67 |
| Hex | 9C | 98 | BE | 12 | 14 | 0 | 19 | F6 | 17 | 43 |
| Octal | 234 | 230 | 276 | 22 | 24 | 0 | 31 | 366 | 27 | 103 |
| Binary | 10011100 | 10011000 | 10111110 | 10010 | 10100 | 0 | 11001 | 11110110 | 10111 | 1000011 |
Color Harmonies of #9C98BE
Complementary color
Monochromatic Colors of #9C98BE
Black with #9C98BE
Text Example
Text Example
White with #9C98BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C98BE; }
p { color: rgb(156,152,190); }
H1.HeaderClassName
{
color: #9C98BE;
}
.AnyTagClassName
{
color: #9C98BE;
}
</style>
background-color css
<style>
a { background-color: #9C98BE; }
a { background-color: rgb(156,152,190); }
div.DivClassName
{
background-color: #9C98BE;
}
.BgClassName
{
background-color: #9C98BE;
}
</style>
border-color css
<style>
span { border-color: #9C98BE; }
span { border-color: rgb(156,152,190); }
td.TdClassName
{
border-color: #9C98BE;
}
.TagClassName
{
border-color: #9C98BE;
}
</style>