Shades of Logan #9C9BB4
Tints of Logan #9C9BB4
RGB
CMYK
RGB Variations
Color information
#9C9BB4 (or 0x9C9BB4) is known color: Logan. HEX triplet: 9C, 9B and B4. RGB value is (156,155,180). Sum of RGB (Red+Green+Blue) = 156+155+180=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C9BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BB4 is #63644B. Grayscale: #9E9E9E. Windows color (decimal): -6513740 or 11836316. OLE color: 11836316.
HSL color Cylindrical-coordinate representation of color #9C9BB4: hue angle of 242.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C9BB4 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 155 | 180 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.29 |
| HSL | 242.4º | 0.14% | 0.66% | - |
| HSV(B) | 242.4º | 0.14% | 0.71% | - |
| XYZ | 33.67 | 33.81 | 47.93 | - |
| YUV | 158.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 180 | 0.13 | 0.14 | 0 | 0.29 | 242.4 | 0.14 | 0.66 |
| Hex | 9C | 9B | B4 | D | E | 0 | 1D | F2 | E | 42 |
| Octal | 234 | 233 | 264 | 15 | 16 | 0 | 35 | 362 | 16 | 102 |
| Binary | 10011100 | 10011011 | 10110100 | 1101 | 1110 | 0 | 11101 | 11110010 | 1110 | 1000010 |
Color Harmonies of #9C9BB4
Complementary color
Monochromatic Colors of #9C9BB4
Black with #9C9BB4
Text Example
Text Example
White with #9C9BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BB4; }
p { color: rgb(156,155,180); }
H1.HeaderClassName
{
color: #9C9BB4;
}
.AnyTagClassName
{
color: #9C9BB4;
}
</style>
background-color css
<style>
a { background-color: #9C9BB4; }
a { background-color: rgb(156,155,180); }
div.DivClassName
{
background-color: #9C9BB4;
}
.BgClassName
{
background-color: #9C9BB4;
}
</style>
border-color css
<style>
span { border-color: #9C9BB4; }
span { border-color: rgb(156,155,180); }
td.TdClassName
{
border-color: #9C9BB4;
}
.TagClassName
{
border-color: #9C9BB4;
}
</style>