Shades of Logan #908CBA
Tints of Logan #908CBA
RGB
CMYK
RGB Variations
Color information
#908CBA (or 0x908CBA) is known color: Logan. HEX triplet: 90, 8C and BA. RGB value is (144,140,186). Sum of RGB (Red+Green+Blue) = 144+140+186=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #908CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CBA is #6F7345. Grayscale: #929292. Windows color (decimal): -7304006 or 12225680. OLE color: 12225680.
HSL color Cylindrical-coordinate representation of color #908CBA: hue angle of 245.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908CBA is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 140 | 186 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.27 |
| HSL | 245.22º | 0.25% | 0.64% | - |
| HSV(B) | 245.22º | 0.25% | 0.73% | - |
| XYZ | 29.74 | 28.23 | 50.34 | - |
| YUV | 146.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 186 | 0.23 | 0.25 | 0 | 0.27 | 245.22 | 0.25 | 0.64 |
| Hex | 90 | 8C | BA | 17 | 19 | 0 | 1B | F5 | 19 | 40 |
| Octal | 220 | 214 | 272 | 27 | 31 | 0 | 33 | 365 | 31 | 100 |
| Binary | 10010000 | 10001100 | 10111010 | 10111 | 11001 | 0 | 11011 | 11110101 | 11001 | 1000000 |
Color Harmonies of #908CBA
Complementary color
Monochromatic Colors of #908CBA
Black with #908CBA
Text Example
Text Example
White with #908CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CBA; }
p { color: rgb(144,140,186); }
H1.HeaderClassName
{
color: #908CBA;
}
.AnyTagClassName
{
color: #908CBA;
}
</style>
background-color css
<style>
a { background-color: #908CBA; }
a { background-color: rgb(144,140,186); }
div.DivClassName
{
background-color: #908CBA;
}
.BgClassName
{
background-color: #908CBA;
}
</style>
border-color css
<style>
span { border-color: #908CBA; }
span { border-color: rgb(144,140,186); }
td.TdClassName
{
border-color: #908CBA;
}
.TagClassName
{
border-color: #908CBA;
}
</style>