Shades of Portage #8698EE
Tints of Portage #8698EE
RGB
CMYK
RGB Variations
Color information
#8698EE (or 0x8698EE) is known color: Portage. HEX triplet: 86, 98 and EE. RGB value is (134,152,238). Sum of RGB (Red+Green+Blue) = 134+152+238=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #8698EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698EE is #796711. Grayscale: #9C9C9C. Windows color (decimal): -7956242 or 15636614. OLE color: 15636614.
HSL color Cylindrical-coordinate representation of color #8698EE: hue angle of 229.62º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8698EE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 152 | 238 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.07 |
| HSL | 229.62º | 0.75% | 0.73% | - |
| HSV(B) | 229.62º | 0.44% | 0.93% | - |
| XYZ | 36.49 | 33.7 | 85.47 | - |
| YUV | 156.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 238 | 0.44 | 0.36 | 0 | 0.07 | 229.62 | 0.75 | 0.73 |
| Hex | 86 | 98 | EE | 2C | 24 | 0 | 7 | E6 | 4B | 49 |
| Octal | 206 | 230 | 356 | 54 | 44 | 0 | 7 | 346 | 113 | 111 |
| Binary | 10000110 | 10011000 | 11101110 | 101100 | 100100 | 0 | 111 | 11100110 | 1001011 | 1001001 |
Color Harmonies of #8698EE
Complementary color
Monochromatic Colors of #8698EE
Black with #8698EE
Text Example
Text Example
White with #8698EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698EE; }
p { color: rgb(134,152,238); }
H1.HeaderClassName
{
color: #8698EE;
}
.AnyTagClassName
{
color: #8698EE;
}
</style>
background-color css
<style>
a { background-color: #8698EE; }
a { background-color: rgb(134,152,238); }
div.DivClassName
{
background-color: #8698EE;
}
.BgClassName
{
background-color: #8698EE;
}
</style>
border-color css
<style>
span { border-color: #8698EE; }
span { border-color: rgb(134,152,238); }
td.TdClassName
{
border-color: #8698EE;
}
.TagClassName
{
border-color: #8698EE;
}
</style>