Shades of Portage #8792EC
Tints of Portage #8792EC
RGB
CMYK
RGB Variations
Color information
#8792EC (or 0x8792EC) is known color: Portage. HEX triplet: 87, 92 and EC. RGB value is (135,146,236). Sum of RGB (Red+Green+Blue) = 135+146+236=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #8792EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8792EC is #786D13. Grayscale: #989898. Windows color (decimal): -7892244 or 15504007. OLE color: 15504007.
HSL color Cylindrical-coordinate representation of color #8792EC: hue angle of 233.47º degrees, saturation: 0.73, 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 #8792EC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 146 | 236 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.07 |
| HSL | 233.47º | 0.73% | 0.73% | - |
| HSV(B) | 233.47º | 0.43% | 0.93% | - |
| XYZ | 35.41 | 31.76 | 83.62 | - |
| YUV | 152.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 236 | 0.43 | 0.38 | 0 | 0.07 | 233.47 | 0.73 | 0.73 |
| Hex | 87 | 92 | EC | 2B | 26 | 0 | 7 | E9 | 49 | 49 |
| Octal | 207 | 222 | 354 | 53 | 46 | 0 | 7 | 351 | 111 | 111 |
| Binary | 10000111 | 10010010 | 11101100 | 101011 | 100110 | 0 | 111 | 11101001 | 1001001 | 1001001 |
Color Harmonies of #8792EC
Complementary color
Monochromatic Colors of #8792EC
Black with #8792EC
Text Example
Text Example
White with #8792EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792EC; }
p { color: rgb(135,146,236); }
H1.HeaderClassName
{
color: #8792EC;
}
.AnyTagClassName
{
color: #8792EC;
}
</style>
background-color css
<style>
a { background-color: #8792EC; }
a { background-color: rgb(135,146,236); }
div.DivClassName
{
background-color: #8792EC;
}
.BgClassName
{
background-color: #8792EC;
}
</style>
border-color css
<style>
span { border-color: #8792EC; }
span { border-color: rgb(135,146,236); }
td.TdClassName
{
border-color: #8792EC;
}
.TagClassName
{
border-color: #8792EC;
}
</style>