Shades of Logan #9A9DBE
Tints of Logan #9A9DBE
RGB
CMYK
RGB Variations
Color information
#9A9DBE (or 0x9A9DBE) is known color: Logan. HEX triplet: 9A, 9D and BE. RGB value is (154,157,190). Sum of RGB (Red+Green+Blue) = 154+157+190=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DBE is #656241. Grayscale: #9F9F9F. Windows color (decimal): -6644290 or 12492186. OLE color: 12492186.
HSL color Cylindrical-coordinate representation of color #9A9DBE: hue angle of 235º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A9DBE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 157 | 190 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.25 |
| HSL | 235º | 0.22% | 0.67% | - |
| HSV(B) | 235º | 0.19% | 0.75% | - |
| XYZ | 34.68 | 34.7 | 53.59 | - |
| YUV | 159.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 190 | 0.19 | 0.17 | 0 | 0.25 | 235 | 0.22 | 0.67 |
| Hex | 9A | 9D | BE | 13 | 11 | 0 | 19 | EB | 16 | 43 |
| Octal | 232 | 235 | 276 | 23 | 21 | 0 | 31 | 353 | 26 | 103 |
| Binary | 10011010 | 10011101 | 10111110 | 10011 | 10001 | 0 | 11001 | 11101011 | 10110 | 1000011 |
Color Harmonies of #9A9DBE
Complementary color
Monochromatic Colors of #9A9DBE
Black with #9A9DBE
Text Example
Text Example
White with #9A9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DBE; }
p { color: rgb(154,157,190); }
H1.HeaderClassName
{
color: #9A9DBE;
}
.AnyTagClassName
{
color: #9A9DBE;
}
</style>
background-color css
<style>
a { background-color: #9A9DBE; }
a { background-color: rgb(154,157,190); }
div.DivClassName
{
background-color: #9A9DBE;
}
.BgClassName
{
background-color: #9A9DBE;
}
</style>
border-color css
<style>
span { border-color: #9A9DBE; }
span { border-color: rgb(154,157,190); }
td.TdClassName
{
border-color: #9A9DBE;
}
.TagClassName
{
border-color: #9A9DBE;
}
</style>