Shades of Logan #908CB8
Tints of Logan #908CB8
RGB
CMYK
RGB Variations
Color information
#908CB8 (or 0x908CB8) is known color: Logan. HEX triplet: 90, 8C and B8. RGB value is (144,140,184). Sum of RGB (Red+Green+Blue) = 144+140+184=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #908CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CB8 is #6F7347. Grayscale: #929292. Windows color (decimal): -7304008 or 12094608. OLE color: 12094608.
HSL color Cylindrical-coordinate representation of color #908CB8: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #908CB8 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 140 | 184 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.28 |
| HSL | 245.45º | 0.24% | 0.64% | - |
| HSV(B) | 245.45º | 0.24% | 0.72% | - |
| XYZ | 29.53 | 28.15 | 49.22 | - |
| YUV | 146.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 184 | 0.22 | 0.24 | 0 | 0.28 | 245.45 | 0.24 | 0.64 |
| Hex | 90 | 8C | B8 | 16 | 18 | 0 | 1C | F5 | 18 | 40 |
| Octal | 220 | 214 | 270 | 26 | 30 | 0 | 34 | 365 | 30 | 100 |
| Binary | 10010000 | 10001100 | 10111000 | 10110 | 11000 | 0 | 11100 | 11110101 | 11000 | 1000000 |
Color Harmonies of #908CB8
Complementary color
Monochromatic Colors of #908CB8
Black with #908CB8
Text Example
Text Example
White with #908CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CB8; }
p { color: rgb(144,140,184); }
H1.HeaderClassName
{
color: #908CB8;
}
.AnyTagClassName
{
color: #908CB8;
}
</style>
background-color css
<style>
a { background-color: #908CB8; }
a { background-color: rgb(144,140,184); }
div.DivClassName
{
background-color: #908CB8;
}
.BgClassName
{
background-color: #908CB8;
}
</style>
border-color css
<style>
span { border-color: #908CB8; }
span { border-color: rgb(144,140,184); }
td.TdClassName
{
border-color: #908CB8;
}
.TagClassName
{
border-color: #908CB8;
}
</style>