Shades of Logan #9D98BC
Tints of Logan #9D98BC
RGB
CMYK
RGB Variations
Color information
#9D98BC (or 0x9D98BC) is known color: Logan. HEX triplet: 9D, 98 and BC. RGB value is (157,152,188). Sum of RGB (Red+Green+Blue) = 157+152+188=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D98BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98BC is #626743. Grayscale: #9D9D9D. Windows color (decimal): -6448964 or 12359837. OLE color: 12359837.
HSL color Cylindrical-coordinate representation of color #9D98BC: hue angle of 248.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D98BC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 152 | 188 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.26 |
| HSL | 248.33º | 0.21% | 0.67% | - |
| HSV(B) | 248.33º | 0.19% | 0.74% | - |
| XYZ | 34.21 | 33.26 | 52.19 | - |
| YUV | 157.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 188 | 0.16 | 0.19 | 0 | 0.26 | 248.33 | 0.21 | 0.67 |
| Hex | 9D | 98 | BC | 10 | 13 | 0 | 1A | F8 | 15 | 43 |
| Octal | 235 | 230 | 274 | 20 | 23 | 0 | 32 | 370 | 25 | 103 |
| Binary | 10011101 | 10011000 | 10111100 | 10000 | 10011 | 0 | 11010 | 11111000 | 10101 | 1000011 |
Color Harmonies of #9D98BC
Complementary color
Monochromatic Colors of #9D98BC
Black with #9D98BC
Text Example
Text Example
White with #9D98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D98BC; }
p { color: rgb(157,152,188); }
H1.HeaderClassName
{
color: #9D98BC;
}
.AnyTagClassName
{
color: #9D98BC;
}
</style>
background-color css
<style>
a { background-color: #9D98BC; }
a { background-color: rgb(157,152,188); }
div.DivClassName
{
background-color: #9D98BC;
}
.BgClassName
{
background-color: #9D98BC;
}
</style>
border-color css
<style>
span { border-color: #9D98BC; }
span { border-color: rgb(157,152,188); }
td.TdClassName
{
border-color: #9D98BC;
}
.TagClassName
{
border-color: #9D98BC;
}
</style>