Shades of Logan #9F9DBF
Tints of Logan #9F9DBF
RGB
CMYK
RGB Variations
Color information
#9F9DBF (or 0x9F9DBF) is known color: Logan. HEX triplet: 9F, 9D and BF. RGB value is (159,157,191). Sum of RGB (Red+Green+Blue) = 159+157+191=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DBF is #606240. Grayscale: #A1A1A1. Windows color (decimal): -6316609 or 12557727. OLE color: 12557727.
HSL color Cylindrical-coordinate representation of color #9F9DBF: hue angle of 243.53º 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 #9F9DBF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 157 | 191 | - |
CMYK | 0.17 | 0.18 | 0 | 0.25 |
HSL | 243.53º | 0.21% | 0.68% | - |
HSV(B) | 243.53º | 0.18% | 0.75% | - |
XYZ | 35.76 | 35.25 | 54.21 | - |
YUV | 161.47 | 144.66 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 157 | 191 | 0.17 | 0.18 | 0 | 0.25 | 243.53 | 0.21 | 0.68 |
Hex | 9F | 9D | BF | 11 | 12 | 0 | 19 | F4 | 15 | 44 |
Octal | 237 | 235 | 277 | 21 | 22 | 0 | 31 | 364 | 25 | 104 |
Binary | 10011111 | 10011101 | 10111111 | 10001 | 10010 | 0 | 11001 | 11110100 | 10101 | 1000100 |
Color Harmonies of #9F9DBF
Complementary color
Monochromatic Colors of #9F9DBF
Black with #9F9DBF
Text Example
Text Example
White with #9F9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DBF; }
p { color: rgb(159,157,191); }
H1.HeaderClassName
{
color: #9F9DBF;
}
.AnyTagClassName
{
color: #9F9DBF;
}
</style>
background-color css
<style>
a { background-color: #9F9DBF; }
a { background-color: rgb(159,157,191); }
div.DivClassName
{
background-color: #9F9DBF;
}
.BgClassName
{
background-color: #9F9DBF;
}
</style>
border-color css
<style>
span { border-color: #9F9DBF; }
span { border-color: rgb(159,157,191); }
td.TdClassName
{
border-color: #9F9DBF;
}
.TagClassName
{
border-color: #9F9DBF;
}
</style>