Shades of Logan #9A9ABD
Tints of Logan #9A9ABD
RGB
CMYK
RGB Variations
Color information
#9A9ABD (or 0x9A9ABD) is known color: Logan. HEX triplet: 9A, 9A and BD. RGB value is (154,154,189). Sum of RGB (Red+Green+Blue) = 154+154+189=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A9ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ABD is #656542. Grayscale: #9D9D9D. Windows color (decimal): -6645059 or 12425882. OLE color: 12425882.
HSL color Cylindrical-coordinate representation of color #9A9ABD: hue angle of 240º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A9ABD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 154 | 189 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.26 |
| HSL | 240º | 0.21% | 0.67% | - |
| HSV(B) | 240º | 0.19% | 0.74% | - |
| XYZ | 34.07 | 33.66 | 52.84 | - |
| YUV | 157.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 189 | 0.19 | 0.19 | 0 | 0.26 | 240 | 0.21 | 0.67 |
| Hex | 9A | 9A | BD | 13 | 13 | 0 | 1A | F0 | 15 | 43 |
| Octal | 232 | 232 | 275 | 23 | 23 | 0 | 32 | 360 | 25 | 103 |
| Binary | 10011010 | 10011010 | 10111101 | 10011 | 10011 | 0 | 11010 | 11110000 | 10101 | 1000011 |
Color Harmonies of #9A9ABD
Complementary color
Monochromatic Colors of #9A9ABD
Black with #9A9ABD
Text Example
Text Example
White with #9A9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9ABD; }
p { color: rgb(154,154,189); }
H1.HeaderClassName
{
color: #9A9ABD;
}
.AnyTagClassName
{
color: #9A9ABD;
}
</style>
background-color css
<style>
a { background-color: #9A9ABD; }
a { background-color: rgb(154,154,189); }
div.DivClassName
{
background-color: #9A9ABD;
}
.BgClassName
{
background-color: #9A9ABD;
}
</style>
border-color css
<style>
span { border-color: #9A9ABD; }
span { border-color: rgb(154,154,189); }
td.TdClassName
{
border-color: #9A9ABD;
}
.TagClassName
{
border-color: #9A9ABD;
}
</style>