Shades of Logan #908ABA
Tints of Logan #908ABA
RGB
CMYK
RGB Variations
Color information
#908ABA (or 0x908ABA) is known color: Logan. HEX triplet: 90, 8A and BA. RGB value is (144,138,186). Sum of RGB (Red+Green+Blue) = 144+138+186=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #908ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ABA is #6F7545. Grayscale: #919191. Windows color (decimal): -7304518 or 12225168. OLE color: 12225168.
HSL color Cylindrical-coordinate representation of color #908ABA: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908ABA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 138 | 186 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.27 |
| HSL | 247.5º | 0.26% | 0.64% | - |
| HSV(B) | 247.5º | 0.26% | 0.73% | - |
| XYZ | 29.45 | 27.65 | 50.24 | - |
| YUV | 145.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 186 | 0.23 | 0.26 | 0 | 0.27 | 247.5 | 0.26 | 0.64 |
| Hex | 90 | 8A | BA | 17 | 1A | 0 | 1B | F8 | 1A | 40 |
| Octal | 220 | 212 | 272 | 27 | 32 | 0 | 33 | 370 | 32 | 100 |
| Binary | 10010000 | 10001010 | 10111010 | 10111 | 11010 | 0 | 11011 | 11111000 | 11010 | 1000000 |
Color Harmonies of #908ABA
Complementary color
Monochromatic Colors of #908ABA
Black with #908ABA
Text Example
Text Example
White with #908ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ABA; }
p { color: rgb(144,138,186); }
H1.HeaderClassName
{
color: #908ABA;
}
.AnyTagClassName
{
color: #908ABA;
}
</style>
background-color css
<style>
a { background-color: #908ABA; }
a { background-color: rgb(144,138,186); }
div.DivClassName
{
background-color: #908ABA;
}
.BgClassName
{
background-color: #908ABA;
}
</style>
border-color css
<style>
span { border-color: #908ABA; }
span { border-color: rgb(144,138,186); }
td.TdClassName
{
border-color: #908ABA;
}
.TagClassName
{
border-color: #908ABA;
}
</style>