Shades of Portage #8699E0
Tints of Portage #8699E0
RGB
CMYK
RGB Variations
Color information
#8699E0 (or 0x8699E0) is known color: Portage. HEX triplet: 86, 99 and E0. RGB value is (134,153,224). Sum of RGB (Red+Green+Blue) = 134+153+224=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #8699E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699E0 is #79661F. Grayscale: #9B9B9B. Windows color (decimal): -7956000 or 14719366. OLE color: 14719366.
HSL color Cylindrical-coordinate representation of color #8699E0: hue angle of 227.33º 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 #8699E0 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 153 | 224 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.12 |
| HSL | 227.33º | 0.59% | 0.7% | - |
| HSV(B) | 227.33º | 0.4% | 0.88% | - |
| XYZ | 34.68 | 33.23 | 75.11 | - |
| YUV | 155.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 224 | 0.40 | 0.32 | 0 | 0.12 | 227.33 | 0.59 | 0.7 |
| Hex | 86 | 99 | E0 | 28 | 20 | 0 | C | E3 | 3B | 46 |
| Octal | 206 | 231 | 340 | 50 | 40 | 0 | 14 | 343 | 73 | 106 |
| Binary | 10000110 | 10011001 | 11100000 | 101000 | 100000 | 0 | 1100 | 11100011 | 111011 | 1000110 |
Color Harmonies of #8699E0
Complementary color
Monochromatic Colors of #8699E0
Black with #8699E0
Text Example
Text Example
White with #8699E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8699E0; }
p { color: rgb(134,153,224); }
H1.HeaderClassName
{
color: #8699E0;
}
.AnyTagClassName
{
color: #8699E0;
}
</style>
background-color css
<style>
a { background-color: #8699E0; }
a { background-color: rgb(134,153,224); }
div.DivClassName
{
background-color: #8699E0;
}
.BgClassName
{
background-color: #8699E0;
}
</style>
border-color css
<style>
span { border-color: #8699E0; }
span { border-color: rgb(134,153,224); }
td.TdClassName
{
border-color: #8699E0;
}
.TagClassName
{
border-color: #8699E0;
}
</style>