Shades of Portage #9093E7
Tints of Portage #9093E7
RGB
CMYK
RGB Variations
Color information
#9093E7 (or 0x9093E7) is known color: Portage. HEX triplet: 90, 93 and E7. RGB value is (144,147,231). Sum of RGB (Red+Green+Blue) = 144+147+231=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #9093E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9093E7 is #6F6C18. Grayscale: #9B9B9B. Windows color (decimal): -7302169 or 15176592. OLE color: 15176592.
HSL color Cylindrical-coordinate representation of color #9093E7: hue angle of 237.93º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9093E7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 147 | 231 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.09 |
| HSL | 237.93º | 0.64% | 0.74% | - |
| HSV(B) | 237.93º | 0.38% | 0.91% | - |
| XYZ | 36.36 | 32.57 | 79.97 | - |
| YUV | 155.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 231 | 0.38 | 0.36 | 0 | 0.09 | 237.93 | 0.64 | 0.74 |
| Hex | 90 | 93 | E7 | 26 | 24 | 0 | 9 | EE | 40 | 4A |
| Octal | 220 | 223 | 347 | 46 | 44 | 0 | 11 | 356 | 100 | 112 |
| Binary | 10010000 | 10010011 | 11100111 | 100110 | 100100 | 0 | 1001 | 11101110 | 1000000 | 1001010 |
Color Harmonies of #9093E7
Complementary color
Monochromatic Colors of #9093E7
Black with #9093E7
Text Example
Text Example
White with #9093E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9093E7; }
p { color: rgb(144,147,231); }
H1.HeaderClassName
{
color: #9093E7;
}
.AnyTagClassName
{
color: #9093E7;
}
</style>
background-color css
<style>
a { background-color: #9093E7; }
a { background-color: rgb(144,147,231); }
div.DivClassName
{
background-color: #9093E7;
}
.BgClassName
{
background-color: #9093E7;
}
</style>
border-color css
<style>
span { border-color: #9093E7; }
span { border-color: rgb(144,147,231); }
td.TdClassName
{
border-color: #9093E7;
}
.TagClassName
{
border-color: #9093E7;
}
</style>