Shades of Logan #9C9BBD
Tints of Logan #9C9BBD
RGB
CMYK
RGB Variations
Color information
#9C9BBD (or 0x9C9BBD) is known color: Logan. HEX triplet: 9C, 9B and BD. RGB value is (156,155,189). Sum of RGB (Red+Green+Blue) = 156+155+189=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C9BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BBD is #636442. Grayscale: #9F9F9F. Windows color (decimal): -6513731 or 12426140. OLE color: 12426140.
HSL color Cylindrical-coordinate representation of color #9C9BBD: hue angle of 241.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C9BBD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 155 | 189 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.26 |
| HSL | 241.76º | 0.2% | 0.67% | - |
| HSV(B) | 241.76º | 0.18% | 0.74% | - |
| XYZ | 34.62 | 34.18 | 52.92 | - |
| YUV | 159.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 189 | 0.17 | 0.18 | 0 | 0.26 | 241.76 | 0.2 | 0.67 |
| Hex | 9C | 9B | BD | 11 | 12 | 0 | 1A | F2 | 14 | 43 |
| Octal | 234 | 233 | 275 | 21 | 22 | 0 | 32 | 362 | 24 | 103 |
| Binary | 10011100 | 10011011 | 10111101 | 10001 | 10010 | 0 | 11010 | 11110010 | 10100 | 1000011 |
Color Harmonies of #9C9BBD
Complementary color
Monochromatic Colors of #9C9BBD
Black with #9C9BBD
Text Example
Text Example
White with #9C9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BBD; }
p { color: rgb(156,155,189); }
H1.HeaderClassName
{
color: #9C9BBD;
}
.AnyTagClassName
{
color: #9C9BBD;
}
</style>
background-color css
<style>
a { background-color: #9C9BBD; }
a { background-color: rgb(156,155,189); }
div.DivClassName
{
background-color: #9C9BBD;
}
.BgClassName
{
background-color: #9C9BBD;
}
</style>
border-color css
<style>
span { border-color: #9C9BBD; }
span { border-color: rgb(156,155,189); }
td.TdClassName
{
border-color: #9C9BBD;
}
.TagClassName
{
border-color: #9C9BBD;
}
</style>