Shades of Logan #9090B4
Tints of Logan #9090B4
RGB
CMYK
RGB Variations
Color information
#9090B4 (or 0x9090B4) is known color: Logan. HEX triplet: 90, 90 and B4. RGB value is (144,144,180). Sum of RGB (Red+Green+Blue) = 144+144+180=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #9090B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090B4 is #6F6F4B. Grayscale: #939393. Windows color (decimal): -7302988 or 11833488. OLE color: 11833488.
HSL color Cylindrical-coordinate representation of color #9090B4: hue angle of 240º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9090B4 is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 144 | 180 | - |
| CMYK | 0.2 | 0.2 | 0 | 0.29 |
| HSL | 240º | 0.19% | 0.64% | - |
| HSV(B) | 240º | 0.2% | 0.71% | - |
| XYZ | 29.71 | 29.17 | 47.24 | - |
| YUV | 148.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 180 | 0.2 | 0.2 | 0 | 0.29 | 240 | 0.19 | 0.64 |
| Hex | 90 | 90 | B4 | 14 | 14 | 0 | 1D | F0 | 13 | 40 |
| Octal | 220 | 220 | 264 | 24 | 24 | 0 | 35 | 360 | 23 | 100 |
| Binary | 10010000 | 10010000 | 10110100 | 10100 | 10100 | 0 | 11101 | 11110000 | 10011 | 1000000 |
Color Harmonies of #9090B4
Complementary color
Monochromatic Colors of #9090B4
Black with #9090B4
Text Example
Text Example
White with #9090B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090B4; }
p { color: rgb(144,144,180); }
H1.HeaderClassName
{
color: #9090B4;
}
.AnyTagClassName
{
color: #9090B4;
}
</style>
background-color css
<style>
a { background-color: #9090B4; }
a { background-color: rgb(144,144,180); }
div.DivClassName
{
background-color: #9090B4;
}
.BgClassName
{
background-color: #9090B4;
}
</style>
border-color css
<style>
span { border-color: #9090B4; }
span { border-color: rgb(144,144,180); }
td.TdClassName
{
border-color: #9090B4;
}
.TagClassName
{
border-color: #9090B4;
}
</style>