Shades of Portage #8691E0
Tints of Portage #8691E0
RGB
CMYK
RGB Variations
Color information
#8691E0 (or 0x8691E0) is known color: Portage. HEX triplet: 86, 91 and E0. RGB value is (134,145,224). Sum of RGB (Red+Green+Blue) = 134+145+224=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #8691E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691E0 is #796E1F. Grayscale: #969696. Windows color (decimal): -7958048 or 14717318. OLE color: 14717318.
HSL color Cylindrical-coordinate representation of color #8691E0: hue angle of 232.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8691E0 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 145 | 224 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.12 |
| HSL | 232.67º | 0.59% | 0.7% | - |
| HSV(B) | 232.67º | 0.4% | 0.88% | - |
| XYZ | 33.41 | 30.7 | 74.69 | - |
| YUV | 150.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 224 | 0.40 | 0.35 | 0 | 0.12 | 232.67 | 0.59 | 0.7 |
| Hex | 86 | 91 | E0 | 28 | 23 | 0 | C | E9 | 3B | 46 |
| Octal | 206 | 221 | 340 | 50 | 43 | 0 | 14 | 351 | 73 | 106 |
| Binary | 10000110 | 10010001 | 11100000 | 101000 | 100011 | 0 | 1100 | 11101001 | 111011 | 1000110 |
Color Harmonies of #8691E0
Complementary color
Monochromatic Colors of #8691E0
Black with #8691E0
Text Example
Text Example
White with #8691E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8691E0; }
p { color: rgb(134,145,224); }
H1.HeaderClassName
{
color: #8691E0;
}
.AnyTagClassName
{
color: #8691E0;
}
</style>
background-color css
<style>
a { background-color: #8691E0; }
a { background-color: rgb(134,145,224); }
div.DivClassName
{
background-color: #8691E0;
}
.BgClassName
{
background-color: #8691E0;
}
</style>
border-color css
<style>
span { border-color: #8691E0; }
span { border-color: rgb(134,145,224); }
td.TdClassName
{
border-color: #8691E0;
}
.TagClassName
{
border-color: #8691E0;
}
</style>