Shades of Logan #9B95BC
Tints of Logan #9B95BC
RGB
CMYK
RGB Variations
Color information
#9B95BC (or 0x9B95BC) is known color: Logan. HEX triplet: 9B, 95 and BC. RGB value is (155,149,188). Sum of RGB (Red+Green+Blue) = 155+149+188=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B95BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95BC is #646A43. Grayscale: #9B9B9B. Windows color (decimal): -6580804 or 12359067. OLE color: 12359067.
HSL color Cylindrical-coordinate representation of color #9B95BC: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B95BC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 149 | 188 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.26 |
| HSL | 249.23º | 0.23% | 0.66% | - |
| HSV(B) | 249.23º | 0.21% | 0.74% | - |
| XYZ | 33.34 | 32.09 | 52.01 | - |
| YUV | 155.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 188 | 0.18 | 0.21 | 0 | 0.26 | 249.23 | 0.23 | 0.66 |
| Hex | 9B | 95 | BC | 12 | 15 | 0 | 1A | F9 | 17 | 42 |
| Octal | 233 | 225 | 274 | 22 | 25 | 0 | 32 | 371 | 27 | 102 |
| Binary | 10011011 | 10010101 | 10111100 | 10010 | 10101 | 0 | 11010 | 11111001 | 10111 | 1000010 |
Color Harmonies of #9B95BC
Complementary color
Monochromatic Colors of #9B95BC
Black with #9B95BC
Text Example
Text Example
White with #9B95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B95BC; }
p { color: rgb(155,149,188); }
H1.HeaderClassName
{
color: #9B95BC;
}
.AnyTagClassName
{
color: #9B95BC;
}
</style>
background-color css
<style>
a { background-color: #9B95BC; }
a { background-color: rgb(155,149,188); }
div.DivClassName
{
background-color: #9B95BC;
}
.BgClassName
{
background-color: #9B95BC;
}
</style>
border-color css
<style>
span { border-color: #9B95BC; }
span { border-color: rgb(155,149,188); }
td.TdClassName
{
border-color: #9B95BC;
}
.TagClassName
{
border-color: #9B95BC;
}
</style>