Shades of Portage #8794ED
Tints of Portage #8794ED
RGB
CMYK
RGB Variations
Color information
#8794ED (or 0x8794ED) is known color: Portage. HEX triplet: 87, 94 and ED. RGB value is (135,148,237). Sum of RGB (Red+Green+Blue) = 135+148+237=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #8794ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8794ED is #786B12. Grayscale: #999999. Windows color (decimal): -7891731 or 15570055. OLE color: 15570055.
HSL color Cylindrical-coordinate representation of color #8794ED: hue angle of 232.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8794ED is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 148 | 237 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.07 |
| HSL | 232.35º | 0.74% | 0.73% | - |
| HSV(B) | 232.35º | 0.43% | 0.93% | - |
| XYZ | 35.87 | 32.45 | 84.49 | - |
| YUV | 154.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 237 | 0.43 | 0.38 | 0 | 0.07 | 232.35 | 0.74 | 0.73 |
| Hex | 87 | 94 | ED | 2B | 26 | 0 | 7 | E8 | 4A | 49 |
| Octal | 207 | 224 | 355 | 53 | 46 | 0 | 7 | 350 | 112 | 111 |
| Binary | 10000111 | 10010100 | 11101101 | 101011 | 100110 | 0 | 111 | 11101000 | 1001010 | 1001001 |
Color Harmonies of #8794ED
Complementary color
Monochromatic Colors of #8794ED
Black with #8794ED
Text Example
Text Example
White with #8794ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794ED; }
p { color: rgb(135,148,237); }
H1.HeaderClassName
{
color: #8794ED;
}
.AnyTagClassName
{
color: #8794ED;
}
</style>
background-color css
<style>
a { background-color: #8794ED; }
a { background-color: rgb(135,148,237); }
div.DivClassName
{
background-color: #8794ED;
}
.BgClassName
{
background-color: #8794ED;
}
</style>
border-color css
<style>
span { border-color: #8794ED; }
span { border-color: rgb(135,148,237); }
td.TdClassName
{
border-color: #8794ED;
}
.TagClassName
{
border-color: #8794ED;
}
</style>