Shades of Logan #9F9FBD
Tints of Logan #9F9FBD
RGB
CMYK
RGB Variations
Color information
#9F9FBD (or 0x9F9FBD) is known color: Logan. HEX triplet: 9F, 9F and BD. RGB value is (159,159,189). Sum of RGB (Red+Green+Blue) = 159+159+189=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FBD is #606042. Grayscale: #A2A2A2. Windows color (decimal): -6316099 or 12427167. OLE color: 12427167.
HSL color Cylindrical-coordinate representation of color #9F9FBD: hue angle of 240º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9FBD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 159 | 189 | - |
CMYK | 0.16 | 0.16 | 0 | 0.26 |
HSL | 240º | 0.19% | 0.68% | - |
HSV(B) | 240º | 0.16% | 0.74% | - |
XYZ | 35.88 | 35.84 | 53.17 | - |
YUV | 162.42 | 143 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 189 | 0.16 | 0.16 | 0 | 0.26 | 240 | 0.19 | 0.68 |
Hex | 9F | 9F | BD | 10 | 10 | 0 | 1A | F0 | 13 | 44 |
Octal | 237 | 237 | 275 | 20 | 20 | 0 | 32 | 360 | 23 | 104 |
Binary | 10011111 | 10011111 | 10111101 | 10000 | 10000 | 0 | 11010 | 11110000 | 10011 | 1000100 |
Color Harmonies of #9F9FBD
Complementary color
Monochromatic Colors of #9F9FBD
Black with #9F9FBD
Text Example
Text Example
White with #9F9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FBD; }
p { color: rgb(159,159,189); }
H1.HeaderClassName
{
color: #9F9FBD;
}
.AnyTagClassName
{
color: #9F9FBD;
}
</style>
background-color css
<style>
a { background-color: #9F9FBD; }
a { background-color: rgb(159,159,189); }
div.DivClassName
{
background-color: #9F9FBD;
}
.BgClassName
{
background-color: #9F9FBD;
}
</style>
border-color css
<style>
span { border-color: #9F9FBD; }
span { border-color: rgb(159,159,189); }
td.TdClassName
{
border-color: #9F9FBD;
}
.TagClassName
{
border-color: #9F9FBD;
}
</style>