Shades of Portage #8698D9
Tints of Portage #8698D9
RGB
CMYK
RGB Variations
Color information
#8698D9 (or 0x8698D9) is known color: Portage. HEX triplet: 86, 98 and D9. RGB value is (134,152,217). Sum of RGB (Red+Green+Blue) = 134+152+217=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #8698D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698D9 is #796726. Grayscale: #999999. Windows color (decimal): -7956263 or 14260358. OLE color: 14260358.
HSL color Cylindrical-coordinate representation of color #8698D9: hue angle of 226.99º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8698D9 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 152 | 217 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.15 |
| HSL | 226.99º | 0.52% | 0.69% | - |
| HSV(B) | 226.99º | 0.38% | 0.85% | - |
| XYZ | 33.58 | 32.53 | 70.16 | - |
| YUV | 154.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 217 | 0.38 | 0.30 | 0 | 0.15 | 226.99 | 0.52 | 0.69 |
| Hex | 86 | 98 | D9 | 26 | 1E | 0 | F | E3 | 34 | 45 |
| Octal | 206 | 230 | 331 | 46 | 36 | 0 | 17 | 343 | 64 | 105 |
| Binary | 10000110 | 10011000 | 11011001 | 100110 | 11110 | 0 | 1111 | 11100011 | 110100 | 1000101 |
Color Harmonies of #8698D9
Complementary color
Monochromatic Colors of #8698D9
Black with #8698D9
Text Example
Text Example
White with #8698D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698D9; }
p { color: rgb(134,152,217); }
H1.HeaderClassName
{
color: #8698D9;
}
.AnyTagClassName
{
color: #8698D9;
}
</style>
background-color css
<style>
a { background-color: #8698D9; }
a { background-color: rgb(134,152,217); }
div.DivClassName
{
background-color: #8698D9;
}
.BgClassName
{
background-color: #8698D9;
}
</style>
border-color css
<style>
span { border-color: #8698D9; }
span { border-color: rgb(134,152,217); }
td.TdClassName
{
border-color: #8698D9;
}
.TagClassName
{
border-color: #8698D9;
}
</style>