Shades of Logan #9DA2BE
Tints of Logan #9DA2BE
RGB
CMYK
RGB Variations
Color information
#9DA2BE (or 0x9DA2BE) is known color: Logan. HEX triplet: 9D, A2 and BE. RGB value is (157,162,190). Sum of RGB (Red+Green+Blue) = 157+162+190=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA2BE is #625D41. Grayscale: #A3A3A3. Windows color (decimal): -6446402 or 12493469. OLE color: 12493469.
HSL color Cylindrical-coordinate representation of color #9DA2BE: hue angle of 230.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DA2BE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 162 | 190 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.25 |
| HSL | 230.91º | 0.2% | 0.68% | - |
| HSV(B) | 230.91º | 0.17% | 0.75% | - |
| XYZ | 36.12 | 36.73 | 53.9 | - |
| YUV | 163.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 190 | 0.17 | 0.15 | 0 | 0.25 | 230.91 | 0.2 | 0.68 |
| Hex | 9D | A2 | BE | 11 | F | 0 | 19 | E7 | 14 | 44 |
| Octal | 235 | 242 | 276 | 21 | 17 | 0 | 31 | 347 | 24 | 104 |
| Binary | 10011101 | 10100010 | 10111110 | 10001 | 1111 | 0 | 11001 | 11100111 | 10100 | 1000100 |
Color Harmonies of #9DA2BE
Complementary color
Monochromatic Colors of #9DA2BE
Black with #9DA2BE
Text Example
Text Example
White with #9DA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA2BE; }
p { color: rgb(157,162,190); }
H1.HeaderClassName
{
color: #9DA2BE;
}
.AnyTagClassName
{
color: #9DA2BE;
}
</style>
background-color css
<style>
a { background-color: #9DA2BE; }
a { background-color: rgb(157,162,190); }
div.DivClassName
{
background-color: #9DA2BE;
}
.BgClassName
{
background-color: #9DA2BE;
}
</style>
border-color css
<style>
span { border-color: #9DA2BE; }
span { border-color: rgb(157,162,190); }
td.TdClassName
{
border-color: #9DA2BE;
}
.TagClassName
{
border-color: #9DA2BE;
}
</style>