Shades of Logan #9A93BC
Tints of Logan #9A93BC
RGB
CMYK
RGB Variations
Color information
#9A93BC (or 0x9A93BC) is known color: Logan. HEX triplet: 9A, 93 and BC. RGB value is (154,147,188). Sum of RGB (Red+Green+Blue) = 154+147+188=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A93BC is #656C43. Grayscale: #999999. Windows color (decimal): -6646852 or 12358554. OLE color: 12358554.
HSL color Cylindrical-coordinate representation of color #9A93BC: hue angle of 250.24º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A93BC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 147 | 188 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.26 |
| HSL | 250.24º | 0.23% | 0.66% | - |
| HSV(B) | 250.24º | 0.22% | 0.74% | - |
| XYZ | 32.84 | 31.37 | 51.9 | - |
| YUV | 153.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 188 | 0.18 | 0.22 | 0 | 0.26 | 250.24 | 0.23 | 0.66 |
| Hex | 9A | 93 | BC | 12 | 16 | 0 | 1A | FA | 17 | 42 |
| Octal | 232 | 223 | 274 | 22 | 26 | 0 | 32 | 372 | 27 | 102 |
| Binary | 10011010 | 10010011 | 10111100 | 10010 | 10110 | 0 | 11010 | 11111010 | 10111 | 1000010 |
Color Harmonies of #9A93BC
Complementary color
Monochromatic Colors of #9A93BC
Black with #9A93BC
Text Example
Text Example
White with #9A93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A93BC; }
p { color: rgb(154,147,188); }
H1.HeaderClassName
{
color: #9A93BC;
}
.AnyTagClassName
{
color: #9A93BC;
}
</style>
background-color css
<style>
a { background-color: #9A93BC; }
a { background-color: rgb(154,147,188); }
div.DivClassName
{
background-color: #9A93BC;
}
.BgClassName
{
background-color: #9A93BC;
}
</style>
border-color css
<style>
span { border-color: #9A93BC; }
span { border-color: rgb(154,147,188); }
td.TdClassName
{
border-color: #9A93BC;
}
.TagClassName
{
border-color: #9A93BC;
}
</style>