Shades of Logan #9A9BBD
Tints of Logan #9A9BBD
RGB
CMYK
RGB Variations
Color information
#9A9BBD (or 0x9A9BBD) is known color: Logan. HEX triplet: 9A, 9B and BD. RGB value is (154,155,189). Sum of RGB (Red+Green+Blue) = 154+155+189=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BBD is #656442. Grayscale: #9E9E9E. Windows color (decimal): -6644803 or 12426138. OLE color: 12426138.
HSL color Cylindrical-coordinate representation of color #9A9BBD: hue angle of 238.29º 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 #9A9BBD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 155 | 189 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.26 |
| HSL | 238.29º | 0.21% | 0.67% | - |
| HSV(B) | 238.29º | 0.19% | 0.74% | - |
| XYZ | 34.23 | 33.99 | 52.9 | - |
| YUV | 158.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 189 | 0.19 | 0.18 | 0 | 0.26 | 238.29 | 0.21 | 0.67 |
| Hex | 9A | 9B | BD | 13 | 12 | 0 | 1A | EE | 15 | 43 |
| Octal | 232 | 233 | 275 | 23 | 22 | 0 | 32 | 356 | 25 | 103 |
| Binary | 10011010 | 10011011 | 10111101 | 10011 | 10010 | 0 | 11010 | 11101110 | 10101 | 1000011 |
Color Harmonies of #9A9BBD
Complementary color
Monochromatic Colors of #9A9BBD
Black with #9A9BBD
Text Example
Text Example
White with #9A9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9BBD; }
p { color: rgb(154,155,189); }
H1.HeaderClassName
{
color: #9A9BBD;
}
.AnyTagClassName
{
color: #9A9BBD;
}
</style>
background-color css
<style>
a { background-color: #9A9BBD; }
a { background-color: rgb(154,155,189); }
div.DivClassName
{
background-color: #9A9BBD;
}
.BgClassName
{
background-color: #9A9BBD;
}
</style>
border-color css
<style>
span { border-color: #9A9BBD; }
span { border-color: rgb(154,155,189); }
td.TdClassName
{
border-color: #9A9BBD;
}
.TagClassName
{
border-color: #9A9BBD;
}
</style>