Shades of Logan #9DA0B2
Tints of Logan #9DA0B2
RGB
CMYK
RGB Variations
Color information
#9DA0B2 (or 0x9DA0B2) is known color: Logan. HEX triplet: 9D, A0 and B2. RGB value is (157,160,178). Sum of RGB (Red+Green+Blue) = 157+160+178=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #9DA0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA0B2 is #625F4D. Grayscale: #A1A1A1. Windows color (decimal): -6446926 or 11706525. OLE color: 11706525.
HSL color Cylindrical-coordinate representation of color #9DA0B2: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DA0B2 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 160 | 178 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.30 |
| HSL | 231.43º | 0.12% | 0.66% | - |
| HSV(B) | 231.43º | 0.12% | 0.7% | - |
| XYZ | 34.51 | 35.52 | 47.16 | - |
| YUV | 161.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 178 | 0.12 | 0.10 | 0 | 0.30 | 231.43 | 0.12 | 0.66 |
| Hex | 9D | A0 | B2 | C | A | 0 | 1E | E7 | C | 42 |
| Octal | 235 | 240 | 262 | 14 | 12 | 0 | 36 | 347 | 14 | 102 |
| Binary | 10011101 | 10100000 | 10110010 | 1100 | 1010 | 0 | 11110 | 11100111 | 1100 | 1000010 |
Color Harmonies of #9DA0B2
Complementary color
Monochromatic Colors of #9DA0B2
Black with #9DA0B2
Text Example
Text Example
White with #9DA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA0B2; }
p { color: rgb(157,160,178); }
H1.HeaderClassName
{
color: #9DA0B2;
}
.AnyTagClassName
{
color: #9DA0B2;
}
</style>
background-color css
<style>
a { background-color: #9DA0B2; }
a { background-color: rgb(157,160,178); }
div.DivClassName
{
background-color: #9DA0B2;
}
.BgClassName
{
background-color: #9DA0B2;
}
</style>
border-color css
<style>
span { border-color: #9DA0B2; }
span { border-color: rgb(157,160,178); }
td.TdClassName
{
border-color: #9DA0B2;
}
.TagClassName
{
border-color: #9DA0B2;
}
</style>