Shades of Logan #9F9FBC
Tints of Logan #9F9FBC
RGB
CMYK
RGB Variations
Color information
#9F9FBC (or 0x9F9FBC) is known color: Logan. HEX triplet: 9F, 9F and BC. RGB value is (159,159,188). Sum of RGB (Red+Green+Blue) = 159+159+188=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FBC is #606043. Grayscale: #A2A2A2. Windows color (decimal): -6316100 or 12361631. OLE color: 12361631.
HSL color Cylindrical-coordinate representation of color #9F9FBC: hue angle of 240º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F9FBC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 159 | 188 | - |
CMYK | 0.15 | 0.15 | 0 | 0.26 |
HSL | 240º | 0.18% | 0.68% | - |
HSV(B) | 240º | 0.15% | 0.74% | - |
XYZ | 35.77 | 35.8 | 52.6 | - |
YUV | 162.31 | 142.5 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 188 | 0.15 | 0.15 | 0 | 0.26 | 240 | 0.18 | 0.68 |
Hex | 9F | 9F | BC | F | F | 0 | 1A | F0 | 12 | 44 |
Octal | 237 | 237 | 274 | 17 | 17 | 0 | 32 | 360 | 22 | 104 |
Binary | 10011111 | 10011111 | 10111100 | 1111 | 1111 | 0 | 11010 | 11110000 | 10010 | 1000100 |
Color Harmonies of #9F9FBC
Complementary color
Monochromatic Colors of #9F9FBC
Black with #9F9FBC
Text Example
Text Example
White with #9F9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FBC; }
p { color: rgb(159,159,188); }
H1.HeaderClassName
{
color: #9F9FBC;
}
.AnyTagClassName
{
color: #9F9FBC;
}
</style>
background-color css
<style>
a { background-color: #9F9FBC; }
a { background-color: rgb(159,159,188); }
div.DivClassName
{
background-color: #9F9FBC;
}
.BgClassName
{
background-color: #9F9FBC;
}
</style>
border-color css
<style>
span { border-color: #9F9FBC; }
span { border-color: rgb(159,159,188); }
td.TdClassName
{
border-color: #9F9FBC;
}
.TagClassName
{
border-color: #9F9FBC;
}
</style>