Shades of Logan #9E9DBF
Tints of Logan #9E9DBF
RGB
CMYK
RGB Variations
Color information
#9E9DBF (or 0x9E9DBF) is known color: Logan. HEX triplet: 9E, 9D and BF. RGB value is (158,157,191). Sum of RGB (Red+Green+Blue) = 158+157+191=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DBF is #616240. Grayscale: #A1A1A1. Windows color (decimal): -6382145 or 12557726. OLE color: 12557726.
HSL color Cylindrical-coordinate representation of color #9E9DBF: hue angle of 241.76º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E9DBF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 157 | 191 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.25 |
| HSL | 241.76º | 0.21% | 0.68% | - |
| HSV(B) | 241.76º | 0.18% | 0.75% | - |
| XYZ | 35.56 | 35.14 | 54.2 | - |
| YUV | 161.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 191 | 0.17 | 0.18 | 0 | 0.25 | 241.76 | 0.21 | 0.68 |
| Hex | 9E | 9D | BF | 11 | 12 | 0 | 19 | F2 | 15 | 44 |
| Octal | 236 | 235 | 277 | 21 | 22 | 0 | 31 | 362 | 25 | 104 |
| Binary | 10011110 | 10011101 | 10111111 | 10001 | 10010 | 0 | 11001 | 11110010 | 10101 | 1000100 |
Color Harmonies of #9E9DBF
Complementary color
Monochromatic Colors of #9E9DBF
Black with #9E9DBF
Text Example
Text Example
White with #9E9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DBF; }
p { color: rgb(158,157,191); }
H1.HeaderClassName
{
color: #9E9DBF;
}
.AnyTagClassName
{
color: #9E9DBF;
}
</style>
background-color css
<style>
a { background-color: #9E9DBF; }
a { background-color: rgb(158,157,191); }
div.DivClassName
{
background-color: #9E9DBF;
}
.BgClassName
{
background-color: #9E9DBF;
}
</style>
border-color css
<style>
span { border-color: #9E9DBF; }
span { border-color: rgb(158,157,191); }
td.TdClassName
{
border-color: #9E9DBF;
}
.TagClassName
{
border-color: #9E9DBF;
}
</style>