Shades of Logan #9C99B1
Tints of Logan #9C99B1
RGB
CMYK
RGB Variations
Color information
#9C99B1 (or 0x9C99B1) is known color: Logan. HEX triplet: 9C, 99 and B1. RGB value is (156,153,177). Sum of RGB (Red+Green+Blue) = 156+153+177=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C99B1 is #63664E. Grayscale: #9C9C9C. Windows color (decimal): -6514255 or 11639196. OLE color: 11639196.
HSL color Cylindrical-coordinate representation of color #9C99B1: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C99B1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 153 | 177 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.31 |
| HSL | 247.5º | 0.13% | 0.65% | - |
| HSV(B) | 247.5º | 0.14% | 0.69% | - |
| XYZ | 33.04 | 33.02 | 46.23 | - |
| YUV | 156.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 177 | 0.12 | 0.14 | 0 | 0.31 | 247.5 | 0.13 | 0.65 |
| Hex | 9C | 99 | B1 | C | E | 0 | 1F | F8 | D | 41 |
| Octal | 234 | 231 | 261 | 14 | 16 | 0 | 37 | 370 | 15 | 101 |
| Binary | 10011100 | 10011001 | 10110001 | 1100 | 1110 | 0 | 11111 | 11111000 | 1101 | 1000001 |
Color Harmonies of #9C99B1
Complementary color
Monochromatic Colors of #9C99B1
Black with #9C99B1
Text Example
Text Example
White with #9C99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99B1; }
p { color: rgb(156,153,177); }
H1.HeaderClassName
{
color: #9C99B1;
}
.AnyTagClassName
{
color: #9C99B1;
}
</style>
background-color css
<style>
a { background-color: #9C99B1; }
a { background-color: rgb(156,153,177); }
div.DivClassName
{
background-color: #9C99B1;
}
.BgClassName
{
background-color: #9C99B1;
}
</style>
border-color css
<style>
span { border-color: #9C99B1; }
span { border-color: rgb(156,153,177); }
td.TdClassName
{
border-color: #9C99B1;
}
.TagClassName
{
border-color: #9C99B1;
}
</style>