Shades of Logan #9A94BC
Tints of Logan #9A94BC
RGB
CMYK
RGB Variations
Color information
#9A94BC (or 0x9A94BC) is known color: Logan. HEX triplet: 9A, 94 and BC. RGB value is (154,148,188). Sum of RGB (Red+Green+Blue) = 154+148+188=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A94BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94BC is #656B43. Grayscale: #9A9A9A. Windows color (decimal): -6646596 or 12358810. OLE color: 12358810.
HSL color Cylindrical-coordinate representation of color #9A94BC: hue angle of 249º 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 #9A94BC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 148 | 188 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.26 |
| HSL | 249º | 0.23% | 0.66% | - |
| HSV(B) | 249º | 0.21% | 0.74% | - |
| XYZ | 32.99 | 31.68 | 51.95 | - |
| YUV | 154.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 188 | 0.18 | 0.21 | 0 | 0.26 | 249 | 0.23 | 0.66 |
| Hex | 9A | 94 | BC | 12 | 15 | 0 | 1A | F9 | 17 | 42 |
| Octal | 232 | 224 | 274 | 22 | 25 | 0 | 32 | 371 | 27 | 102 |
| Binary | 10011010 | 10010100 | 10111100 | 10010 | 10101 | 0 | 11010 | 11111001 | 10111 | 1000010 |
Color Harmonies of #9A94BC
Complementary color
Monochromatic Colors of #9A94BC
Black with #9A94BC
Text Example
Text Example
White with #9A94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94BC; }
p { color: rgb(154,148,188); }
H1.HeaderClassName
{
color: #9A94BC;
}
.AnyTagClassName
{
color: #9A94BC;
}
</style>
background-color css
<style>
a { background-color: #9A94BC; }
a { background-color: rgb(154,148,188); }
div.DivClassName
{
background-color: #9A94BC;
}
.BgClassName
{
background-color: #9A94BC;
}
</style>
border-color css
<style>
span { border-color: #9A94BC; }
span { border-color: rgb(154,148,188); }
td.TdClassName
{
border-color: #9A94BC;
}
.TagClassName
{
border-color: #9A94BC;
}
</style>