Shades of Logan #9D98BF
Tints of Logan #9D98BF
RGB
CMYK
RGB Variations
Color information
#9D98BF (or 0x9D98BF) is known color: Logan. HEX triplet: 9D, 98 and BF. RGB value is (157,152,191). Sum of RGB (Red+Green+Blue) = 157+152+191=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98BF is #626740. Grayscale: #9D9D9D. Windows color (decimal): -6448961 or 12556445. OLE color: 12556445.
HSL color Cylindrical-coordinate representation of color #9D98BF: hue angle of 247.69º 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 #9D98BF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 152 | 191 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.25 |
| HSL | 247.69º | 0.23% | 0.67% | - |
| HSV(B) | 247.69º | 0.2% | 0.75% | - |
| XYZ | 34.54 | 33.39 | 53.91 | - |
| YUV | 157.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 191 | 0.18 | 0.20 | 0 | 0.25 | 247.69 | 0.23 | 0.67 |
| Hex | 9D | 98 | BF | 12 | 14 | 0 | 19 | F8 | 17 | 43 |
| Octal | 235 | 230 | 277 | 22 | 24 | 0 | 31 | 370 | 27 | 103 |
| Binary | 10011101 | 10011000 | 10111111 | 10010 | 10100 | 0 | 11001 | 11111000 | 10111 | 1000011 |
Color Harmonies of #9D98BF
Complementary color
Monochromatic Colors of #9D98BF
Black with #9D98BF
Text Example
Text Example
White with #9D98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D98BF; }
p { color: rgb(157,152,191); }
H1.HeaderClassName
{
color: #9D98BF;
}
.AnyTagClassName
{
color: #9D98BF;
}
</style>
background-color css
<style>
a { background-color: #9D98BF; }
a { background-color: rgb(157,152,191); }
div.DivClassName
{
background-color: #9D98BF;
}
.BgClassName
{
background-color: #9D98BF;
}
</style>
border-color css
<style>
span { border-color: #9D98BF; }
span { border-color: rgb(157,152,191); }
td.TdClassName
{
border-color: #9D98BF;
}
.TagClassName
{
border-color: #9D98BF;
}
</style>