Shades of Logan #9A9DBA
Tints of Logan #9A9DBA
RGB
CMYK
RGB Variations
Color information
#9A9DBA (or 0x9A9DBA) is known color: Logan. HEX triplet: 9A, 9D and BA. RGB value is (154,157,186). Sum of RGB (Red+Green+Blue) = 154+157+186=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DBA is #656245. Grayscale: #9F9F9F. Windows color (decimal): -6644294 or 12230042. OLE color: 12230042.
HSL color Cylindrical-coordinate representation of color #9A9DBA: hue angle of 234.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A9DBA is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 157 | 186 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.27 |
| HSL | 234.38º | 0.19% | 0.67% | - |
| HSV(B) | 234.38º | 0.17% | 0.73% | - |
| XYZ | 34.25 | 34.53 | 51.31 | - |
| YUV | 159.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 186 | 0.17 | 0.16 | 0 | 0.27 | 234.38 | 0.19 | 0.67 |
| Hex | 9A | 9D | BA | 11 | 10 | 0 | 1B | EA | 13 | 43 |
| Octal | 232 | 235 | 272 | 21 | 20 | 0 | 33 | 352 | 23 | 103 |
| Binary | 10011010 | 10011101 | 10111010 | 10001 | 10000 | 0 | 11011 | 11101010 | 10011 | 1000011 |
Color Harmonies of #9A9DBA
Complementary color
Monochromatic Colors of #9A9DBA
Black with #9A9DBA
Text Example
Text Example
White with #9A9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DBA; }
p { color: rgb(154,157,186); }
H1.HeaderClassName
{
color: #9A9DBA;
}
.AnyTagClassName
{
color: #9A9DBA;
}
</style>
background-color css
<style>
a { background-color: #9A9DBA; }
a { background-color: rgb(154,157,186); }
div.DivClassName
{
background-color: #9A9DBA;
}
.BgClassName
{
background-color: #9A9DBA;
}
</style>
border-color css
<style>
span { border-color: #9A9DBA; }
span { border-color: rgb(154,157,186); }
td.TdClassName
{
border-color: #9A9DBA;
}
.TagClassName
{
border-color: #9A9DBA;
}
</style>