Shades of Logan #9C9DBA
Tints of Logan #9C9DBA
RGB
CMYK
RGB Variations
Color information
#9C9DBA (or 0x9C9DBA) is known color: Logan. HEX triplet: 9C, 9D and BA. RGB value is (156,157,186). Sum of RGB (Red+Green+Blue) = 156+157+186=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DBA is #636245. Grayscale: #9F9F9F. Windows color (decimal): -6513222 or 12230044. OLE color: 12230044.
HSL color Cylindrical-coordinate representation of color #9C9DBA: hue angle of 238º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C9DBA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 157 | 186 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.27 |
| HSL | 238º | 0.18% | 0.67% | - |
| HSV(B) | 238º | 0.16% | 0.73% | - |
| XYZ | 34.63 | 34.73 | 51.33 | - |
| YUV | 160.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 186 | 0.16 | 0.16 | 0 | 0.27 | 238 | 0.18 | 0.67 |
| Hex | 9C | 9D | BA | 10 | 10 | 0 | 1B | EE | 12 | 43 |
| Octal | 234 | 235 | 272 | 20 | 20 | 0 | 33 | 356 | 22 | 103 |
| Binary | 10011100 | 10011101 | 10111010 | 10000 | 10000 | 0 | 11011 | 11101110 | 10010 | 1000011 |
Color Harmonies of #9C9DBA
Complementary color
Monochromatic Colors of #9C9DBA
Black with #9C9DBA
Text Example
Text Example
White with #9C9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DBA; }
p { color: rgb(156,157,186); }
H1.HeaderClassName
{
color: #9C9DBA;
}
.AnyTagClassName
{
color: #9C9DBA;
}
</style>
background-color css
<style>
a { background-color: #9C9DBA; }
a { background-color: rgb(156,157,186); }
div.DivClassName
{
background-color: #9C9DBA;
}
.BgClassName
{
background-color: #9C9DBA;
}
</style>
border-color css
<style>
span { border-color: #9C9DBA; }
span { border-color: rgb(156,157,186); }
td.TdClassName
{
border-color: #9C9DBA;
}
.TagClassName
{
border-color: #9C9DBA;
}
</style>