Shades of Logan #9A9AB0
Tints of Logan #9A9AB0
RGB
CMYK
RGB Variations
Color information
#9A9AB0 (or 0x9A9AB0) is known color: Logan. HEX triplet: 9A, 9A and B0. RGB value is (154,154,176). Sum of RGB (Red+Green+Blue) = 154+154+176=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 176 - color contains mainly: blue. Hex color #9A9AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9AB0 is #65654F. Grayscale: #9C9C9C. Windows color (decimal): -6645072 or 11573914. OLE color: 11573914.
HSL color Cylindrical-coordinate representation of color #9A9AB0: hue angle of 240º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A9AB0 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 154 | 176 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.31 |
| HSL | 240º | 0.12% | 0.65% | - |
| HSV(B) | 240º | 0.13% | 0.69% | - |
| XYZ | 32.72 | 33.12 | 45.74 | - |
| YUV | 156.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 176 | 0.12 | 0.12 | 0 | 0.31 | 240 | 0.12 | 0.65 |
| Hex | 9A | 9A | B0 | C | C | 0 | 1F | F0 | C | 41 |
| Octal | 232 | 232 | 260 | 14 | 14 | 0 | 37 | 360 | 14 | 101 |
| Binary | 10011010 | 10011010 | 10110000 | 1100 | 1100 | 0 | 11111 | 11110000 | 1100 | 1000001 |
Color Harmonies of #9A9AB0
Complementary color
Monochromatic Colors of #9A9AB0
Black with #9A9AB0
Text Example
Text Example
White with #9A9AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9AB0; }
p { color: rgb(154,154,176); }
H1.HeaderClassName
{
color: #9A9AB0;
}
.AnyTagClassName
{
color: #9A9AB0;
}
</style>
background-color css
<style>
a { background-color: #9A9AB0; }
a { background-color: rgb(154,154,176); }
div.DivClassName
{
background-color: #9A9AB0;
}
.BgClassName
{
background-color: #9A9AB0;
}
</style>
border-color css
<style>
span { border-color: #9A9AB0; }
span { border-color: rgb(154,154,176); }
td.TdClassName
{
border-color: #9A9AB0;
}
.TagClassName
{
border-color: #9A9AB0;
}
</style>