Shades of Logan #9D9DBD
Tints of Logan #9D9DBD
RGB
CMYK
RGB Variations
Color information
#9D9DBD (or 0x9D9DBD) is known color: Logan. HEX triplet: 9D, 9D and BD. RGB value is (157,157,189). Sum of RGB (Red+Green+Blue) = 157+157+189=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DBD is #626242. Grayscale: #A0A0A0. Windows color (decimal): -6447683 or 12426653. OLE color: 12426653.
HSL color Cylindrical-coordinate representation of color #9D9DBD: hue angle of 240º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9DBD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 157 | 189 | - |
CMYK | 0.17 | 0.17 | 0 | 0.26 |
HSL | 240º | 0.2% | 0.68% | - |
HSV(B) | 240º | 0.17% | 0.74% | - |
XYZ | 35.15 | 34.96 | 53.04 | - |
YUV | 160.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 157 | 189 | 0.17 | 0.17 | 0 | 0.26 | 240 | 0.2 | 0.68 |
Hex | 9D | 9D | BD | 11 | 11 | 0 | 1A | F0 | 14 | 44 |
Octal | 235 | 235 | 275 | 21 | 21 | 0 | 32 | 360 | 24 | 104 |
Binary | 10011101 | 10011101 | 10111101 | 10001 | 10001 | 0 | 11010 | 11110000 | 10100 | 1000100 |
Color Harmonies of #9D9DBD
Complementary color
Monochromatic Colors of #9D9DBD
Black with #9D9DBD
Text Example
Text Example
White with #9D9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9DBD; }
p { color: rgb(157,157,189); }
H1.HeaderClassName
{
color: #9D9DBD;
}
.AnyTagClassName
{
color: #9D9DBD;
}
</style>
background-color css
<style>
a { background-color: #9D9DBD; }
a { background-color: rgb(157,157,189); }
div.DivClassName
{
background-color: #9D9DBD;
}
.BgClassName
{
background-color: #9D9DBD;
}
</style>
border-color css
<style>
span { border-color: #9D9DBD; }
span { border-color: rgb(157,157,189); }
td.TdClassName
{
border-color: #9D9DBD;
}
.TagClassName
{
border-color: #9D9DBD;
}
</style>