Shades of Logan #9D9BBE
Tints of Logan #9D9BBE
RGB
CMYK
RGB Variations
Color information
#9D9BBE (or 0x9D9BBE) is known color: Logan. HEX triplet: 9D, 9B and BE. RGB value is (157,155,190). Sum of RGB (Red+Green+Blue) = 157+155+190=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BBE is #626441. Grayscale: #9F9F9F. Windows color (decimal): -6448194 or 12491677. OLE color: 12491677.
HSL color Cylindrical-coordinate representation of color #9D9BBE: hue angle of 243.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D9BBE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 155 | 190 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.25 |
| HSL | 243.43º | 0.21% | 0.68% | - |
| HSV(B) | 243.43º | 0.18% | 0.75% | - |
| XYZ | 34.92 | 34.33 | 53.5 | - |
| YUV | 159.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 190 | 0.17 | 0.18 | 0 | 0.25 | 243.43 | 0.21 | 0.68 |
| Hex | 9D | 9B | BE | 11 | 12 | 0 | 19 | F3 | 15 | 44 |
| Octal | 235 | 233 | 276 | 21 | 22 | 0 | 31 | 363 | 25 | 104 |
| Binary | 10011101 | 10011011 | 10111110 | 10001 | 10010 | 0 | 11001 | 11110011 | 10101 | 1000100 |
Color Harmonies of #9D9BBE
Complementary color
Monochromatic Colors of #9D9BBE
Black with #9D9BBE
Text Example
Text Example
White with #9D9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BBE; }
p { color: rgb(157,155,190); }
H1.HeaderClassName
{
color: #9D9BBE;
}
.AnyTagClassName
{
color: #9D9BBE;
}
</style>
background-color css
<style>
a { background-color: #9D9BBE; }
a { background-color: rgb(157,155,190); }
div.DivClassName
{
background-color: #9D9BBE;
}
.BgClassName
{
background-color: #9D9BBE;
}
</style>
border-color css
<style>
span { border-color: #9D9BBE; }
span { border-color: rgb(157,155,190); }
td.TdClassName
{
border-color: #9D9BBE;
}
.TagClassName
{
border-color: #9D9BBE;
}
</style>