Shades of Logan #9C9FB4
Tints of Logan #9C9FB4
RGB
CMYK
RGB Variations
Color information
#9C9FB4 (or 0x9C9FB4) is known color: Logan. HEX triplet: 9C, 9F and B4. RGB value is (156,159,180). Sum of RGB (Red+Green+Blue) = 156+159+180=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C9FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FB4 is #63604B. Grayscale: #A0A0A0. Windows color (decimal): -6512716 or 11837340. OLE color: 11837340.
HSL color Cylindrical-coordinate representation of color #9C9FB4: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9FB4 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 159 | 180 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.29 |
| HSL | 232.5º | 0.14% | 0.66% | - |
| HSV(B) | 232.5º | 0.13% | 0.71% | - |
| XYZ | 34.35 | 35.16 | 48.16 | - |
| YUV | 160.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 180 | 0.13 | 0.12 | 0 | 0.29 | 232.5 | 0.14 | 0.66 |
| Hex | 9C | 9F | B4 | D | C | 0 | 1D | E8 | E | 42 |
| Octal | 234 | 237 | 264 | 15 | 14 | 0 | 35 | 350 | 16 | 102 |
| Binary | 10011100 | 10011111 | 10110100 | 1101 | 1100 | 0 | 11101 | 11101000 | 1110 | 1000010 |
Color Harmonies of #9C9FB4
Complementary color
Monochromatic Colors of #9C9FB4
Black with #9C9FB4
Text Example
Text Example
White with #9C9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FB4; }
p { color: rgb(156,159,180); }
H1.HeaderClassName
{
color: #9C9FB4;
}
.AnyTagClassName
{
color: #9C9FB4;
}
</style>
background-color css
<style>
a { background-color: #9C9FB4; }
a { background-color: rgb(156,159,180); }
div.DivClassName
{
background-color: #9C9FB4;
}
.BgClassName
{
background-color: #9C9FB4;
}
</style>
border-color css
<style>
span { border-color: #9C9FB4; }
span { border-color: rgb(156,159,180); }
td.TdClassName
{
border-color: #9C9FB4;
}
.TagClassName
{
border-color: #9C9FB4;
}
</style>