Shades of Logan #9F9DBD
Tints of Logan #9F9DBD
RGB
CMYK
RGB Variations
Color information
#9F9DBD (or 0x9F9DBD) is known color: Logan. HEX triplet: 9F, 9D and BD. RGB value is (159,157,189). Sum of RGB (Red+Green+Blue) = 159+157+189=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DBD is #606242. Grayscale: #A1A1A1. Windows color (decimal): -6316611 or 12426655. OLE color: 12426655.
HSL color Cylindrical-coordinate representation of color #9F9DBD: hue angle of 243.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9DBD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 157 | 189 | - |
CMYK | 0.16 | 0.17 | 0 | 0.26 |
HSL | 243.75º | 0.2% | 0.68% | - |
HSV(B) | 243.75º | 0.17% | 0.74% | - |
XYZ | 35.54 | 35.16 | 53.06 | - |
YUV | 161.25 | 143.66 | 126.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 157 | 189 | 0.16 | 0.17 | 0 | 0.26 | 243.75 | 0.2 | 0.68 |
Hex | 9F | 9D | BD | 10 | 11 | 0 | 1A | F4 | 14 | 44 |
Octal | 237 | 235 | 275 | 20 | 21 | 0 | 32 | 364 | 24 | 104 |
Binary | 10011111 | 10011101 | 10111101 | 10000 | 10001 | 0 | 11010 | 11110100 | 10100 | 1000100 |
Color Harmonies of #9F9DBD
Complementary color
Monochromatic Colors of #9F9DBD
Black with #9F9DBD
Text Example
Text Example
White with #9F9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DBD; }
p { color: rgb(159,157,189); }
H1.HeaderClassName
{
color: #9F9DBD;
}
.AnyTagClassName
{
color: #9F9DBD;
}
</style>
background-color css
<style>
a { background-color: #9F9DBD; }
a { background-color: rgb(159,157,189); }
div.DivClassName
{
background-color: #9F9DBD;
}
.BgClassName
{
background-color: #9F9DBD;
}
</style>
border-color css
<style>
span { border-color: #9F9DBD; }
span { border-color: rgb(159,157,189); }
td.TdClassName
{
border-color: #9F9DBD;
}
.TagClassName
{
border-color: #9F9DBD;
}
</style>