Shades of Portage #8794EA
Tints of Portage #8794EA
RGB
CMYK
RGB Variations
Color information
#8794EA (or 0x8794EA) is known color: Portage. HEX triplet: 87, 94 and EA. RGB value is (135,148,234). Sum of RGB (Red+Green+Blue) = 135+148+234=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8794EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8794EA is #786B15. Grayscale: #999999. Windows color (decimal): -7891734 or 15373447. OLE color: 15373447.
HSL color Cylindrical-coordinate representation of color #8794EA: hue angle of 232.12º 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 #8794EA is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 148 | 234 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.08 |
| HSL | 232.12º | 0.7% | 0.72% | - |
| HSV(B) | 232.12º | 0.42% | 0.92% | - |
| XYZ | 35.43 | 32.27 | 82.2 | - |
| YUV | 153.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 234 | 0.42 | 0.37 | 0 | 0.08 | 232.12 | 0.7 | 0.72 |
| Hex | 87 | 94 | EA | 2A | 25 | 0 | 8 | E8 | 46 | 48 |
| Octal | 207 | 224 | 352 | 52 | 45 | 0 | 10 | 350 | 106 | 110 |
| Binary | 10000111 | 10010100 | 11101010 | 101010 | 100101 | 0 | 1000 | 11101000 | 1000110 | 1001000 |
Color Harmonies of #8794EA
Complementary color
Monochromatic Colors of #8794EA
Black with #8794EA
Text Example
Text Example
White with #8794EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794EA; }
p { color: rgb(135,148,234); }
H1.HeaderClassName
{
color: #8794EA;
}
.AnyTagClassName
{
color: #8794EA;
}
</style>
background-color css
<style>
a { background-color: #8794EA; }
a { background-color: rgb(135,148,234); }
div.DivClassName
{
background-color: #8794EA;
}
.BgClassName
{
background-color: #8794EA;
}
</style>
border-color css
<style>
span { border-color: #8794EA; }
span { border-color: rgb(135,148,234); }
td.TdClassName
{
border-color: #8794EA;
}
.TagClassName
{
border-color: #8794EA;
}
</style>