Shades of Logan #9F9AB3
Tints of Logan #9F9AB3
RGB
CMYK
RGB Variations
Color information
#9F9AB3 (or 0x9F9AB3) is known color: Logan. HEX triplet: 9F, 9A and B3. RGB value is (159,154,179). Sum of RGB (Red+Green+Blue) = 159+154+179=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F9AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AB3 is #60654C. Grayscale: #9E9E9E. Windows color (decimal): -6317389 or 11770527. OLE color: 11770527.
HSL color Cylindrical-coordinate representation of color #9F9AB3: hue angle of 252º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9AB3 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 154 | 179 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.30 |
| HSL | 252º | 0.14% | 0.65% | - |
| HSV(B) | 252º | 0.14% | 0.7% | - |
| XYZ | 33.99 | 33.74 | 47.37 | - |
| YUV | 158.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 179 | 0.11 | 0.14 | 0 | 0.30 | 252 | 0.14 | 0.65 |
| Hex | 9F | 9A | B3 | B | E | 0 | 1E | FC | E | 41 |
| Octal | 237 | 232 | 263 | 13 | 16 | 0 | 36 | 374 | 16 | 101 |
| Binary | 10011111 | 10011010 | 10110011 | 1011 | 1110 | 0 | 11110 | 11111100 | 1110 | 1000001 |
Color Harmonies of #9F9AB3
Complementary color
Monochromatic Colors of #9F9AB3
Black with #9F9AB3
Text Example
Text Example
White with #9F9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AB3; }
p { color: rgb(159,154,179); }
H1.HeaderClassName
{
color: #9F9AB3;
}
.AnyTagClassName
{
color: #9F9AB3;
}
</style>
background-color css
<style>
a { background-color: #9F9AB3; }
a { background-color: rgb(159,154,179); }
div.DivClassName
{
background-color: #9F9AB3;
}
.BgClassName
{
background-color: #9F9AB3;
}
</style>
border-color css
<style>
span { border-color: #9F9AB3; }
span { border-color: rgb(159,154,179); }
td.TdClassName
{
border-color: #9F9AB3;
}
.TagClassName
{
border-color: #9F9AB3;
}
</style>