Shades of Logan #9A94BE
Tints of Logan #9A94BE
RGB
CMYK
RGB Variations
Color information
#9A94BE (or 0x9A94BE) is known color: Logan. HEX triplet: 9A, 94 and BE. RGB value is (154,148,190). Sum of RGB (Red+Green+Blue) = 154+148+190=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94BE is #656B41. Grayscale: #9A9A9A. Windows color (decimal): -6646594 or 12489882. OLE color: 12489882.
HSL color Cylindrical-coordinate representation of color #9A94BE: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A94BE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 148 | 190 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.25 |
| HSL | 248.57º | 0.24% | 0.66% | - |
| HSV(B) | 248.57º | 0.22% | 0.75% | - |
| XYZ | 33.21 | 31.77 | 53.1 | - |
| YUV | 154.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 190 | 0.19 | 0.22 | 0 | 0.25 | 248.57 | 0.24 | 0.66 |
| Hex | 9A | 94 | BE | 13 | 16 | 0 | 19 | F9 | 18 | 42 |
| Octal | 232 | 224 | 276 | 23 | 26 | 0 | 31 | 371 | 30 | 102 |
| Binary | 10011010 | 10010100 | 10111110 | 10011 | 10110 | 0 | 11001 | 11111001 | 11000 | 1000010 |
Color Harmonies of #9A94BE
Complementary color
Monochromatic Colors of #9A94BE
Black with #9A94BE
Text Example
Text Example
White with #9A94BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94BE; }
p { color: rgb(154,148,190); }
H1.HeaderClassName
{
color: #9A94BE;
}
.AnyTagClassName
{
color: #9A94BE;
}
</style>
background-color css
<style>
a { background-color: #9A94BE; }
a { background-color: rgb(154,148,190); }
div.DivClassName
{
background-color: #9A94BE;
}
.BgClassName
{
background-color: #9A94BE;
}
</style>
border-color css
<style>
span { border-color: #9A94BE; }
span { border-color: rgb(154,148,190); }
td.TdClassName
{
border-color: #9A94BE;
}
.TagClassName
{
border-color: #9A94BE;
}
</style>