Shades of Logan #9093B4
Tints of Logan #9093B4
RGB
CMYK
RGB Variations
Color information
#9093B4 (or 0x9093B4) is known color: Logan. HEX triplet: 90, 93 and B4. RGB value is (144,147,180). Sum of RGB (Red+Green+Blue) = 144+147+180=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #9093B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093B4 is #6F6C4B. Grayscale: #959595. Windows color (decimal): -7302220 or 11834256. OLE color: 11834256.
HSL color Cylindrical-coordinate representation of color #9093B4: hue angle of 235º 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 #9093B4 is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 147 | 180 | - |
| CMYK | 0.2 | 0.18 | 0 | 0.29 |
| HSL | 235º | 0.19% | 0.64% | - |
| HSV(B) | 235º | 0.2% | 0.71% | - |
| XYZ | 30.17 | 30.09 | 47.4 | - |
| YUV | 149.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 180 | 0.2 | 0.18 | 0 | 0.29 | 235 | 0.19 | 0.64 |
| Hex | 90 | 93 | B4 | 14 | 12 | 0 | 1D | EB | 13 | 40 |
| Octal | 220 | 223 | 264 | 24 | 22 | 0 | 35 | 353 | 23 | 100 |
| Binary | 10010000 | 10010011 | 10110100 | 10100 | 10010 | 0 | 11101 | 11101011 | 10011 | 1000000 |
Color Harmonies of #9093B4
Complementary color
Monochromatic Colors of #9093B4
Black with #9093B4
Text Example
Text Example
White with #9093B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9093B4; }
p { color: rgb(144,147,180); }
H1.HeaderClassName
{
color: #9093B4;
}
.AnyTagClassName
{
color: #9093B4;
}
</style>
background-color css
<style>
a { background-color: #9093B4; }
a { background-color: rgb(144,147,180); }
div.DivClassName
{
background-color: #9093B4;
}
.BgClassName
{
background-color: #9093B4;
}
</style>
border-color css
<style>
span { border-color: #9093B4; }
span { border-color: rgb(144,147,180); }
td.TdClassName
{
border-color: #9093B4;
}
.TagClassName
{
border-color: #9093B4;
}
</style>