Shades of Logan #9F9EBE
Tints of Logan #9F9EBE
RGB
CMYK
RGB Variations
Color information
#9F9EBE (or 0x9F9EBE) is known color: Logan. HEX triplet: 9F, 9E and BE. RGB value is (159,158,190). Sum of RGB (Red+Green+Blue) = 159+158+190=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EBE is #606141. Grayscale: #A1A1A1. Windows color (decimal): -6316354 or 12492447. OLE color: 12492447.
HSL color Cylindrical-coordinate representation of color #9F9EBE: hue angle of 241.88º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9EBE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 158 | 190 | - |
CMYK | 0.16 | 0.17 | 0 | 0.25 |
HSL | 241.88º | 0.2% | 0.68% | - |
HSV(B) | 241.88º | 0.17% | 0.75% | - |
XYZ | 35.82 | 35.54 | 53.69 | - |
YUV | 161.95 | 143.83 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 190 | 0.16 | 0.17 | 0 | 0.25 | 241.88 | 0.2 | 0.68 |
Hex | 9F | 9E | BE | 10 | 11 | 0 | 19 | F2 | 14 | 44 |
Octal | 237 | 236 | 276 | 20 | 21 | 0 | 31 | 362 | 24 | 104 |
Binary | 10011111 | 10011110 | 10111110 | 10000 | 10001 | 0 | 11001 | 11110010 | 10100 | 1000100 |
Color Harmonies of #9F9EBE
Complementary color
Monochromatic Colors of #9F9EBE
Black with #9F9EBE
Text Example
Text Example
White with #9F9EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EBE; }
p { color: rgb(159,158,190); }
H1.HeaderClassName
{
color: #9F9EBE;
}
.AnyTagClassName
{
color: #9F9EBE;
}
</style>
background-color css
<style>
a { background-color: #9F9EBE; }
a { background-color: rgb(159,158,190); }
div.DivClassName
{
background-color: #9F9EBE;
}
.BgClassName
{
background-color: #9F9EBE;
}
</style>
border-color css
<style>
span { border-color: #9F9EBE; }
span { border-color: rgb(159,158,190); }
td.TdClassName
{
border-color: #9F9EBE;
}
.TagClassName
{
border-color: #9F9EBE;
}
</style>