Shades of Portage #8790EA
Tints of Portage #8790EA
RGB
CMYK
RGB Variations
Color information
#8790EA (or 0x8790EA) is known color: Portage. HEX triplet: 87, 90 and EA. RGB value is (135,144,234). Sum of RGB (Red+Green+Blue) = 135+144+234=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8790EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8790EA is #786F15. Grayscale: #979797. Windows color (decimal): -7892758 or 15372423. OLE color: 15372423.
HSL color Cylindrical-coordinate representation of color #8790EA: hue angle of 234.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8790EA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 144 | 234 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.08 |
| HSL | 234.55º | 0.7% | 0.72% | - |
| HSV(B) | 234.55º | 0.42% | 0.92% | - |
| XYZ | 34.82 | 31.04 | 82 | - |
| YUV | 151.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 234 | 0.42 | 0.38 | 0 | 0.08 | 234.55 | 0.7 | 0.72 |
| Hex | 87 | 90 | EA | 2A | 26 | 0 | 8 | EB | 46 | 48 |
| Octal | 207 | 220 | 352 | 52 | 46 | 0 | 10 | 353 | 106 | 110 |
| Binary | 10000111 | 10010000 | 11101010 | 101010 | 100110 | 0 | 1000 | 11101011 | 1000110 | 1001000 |
Color Harmonies of #8790EA
Complementary color
Monochromatic Colors of #8790EA
Black with #8790EA
Text Example
Text Example
White with #8790EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8790EA; }
p { color: rgb(135,144,234); }
H1.HeaderClassName
{
color: #8790EA;
}
.AnyTagClassName
{
color: #8790EA;
}
</style>
background-color css
<style>
a { background-color: #8790EA; }
a { background-color: rgb(135,144,234); }
div.DivClassName
{
background-color: #8790EA;
}
.BgClassName
{
background-color: #8790EA;
}
</style>
border-color css
<style>
span { border-color: #8790EA; }
span { border-color: rgb(135,144,234); }
td.TdClassName
{
border-color: #8790EA;
}
.TagClassName
{
border-color: #8790EA;
}
</style>