Shades of Portage #8698FF
Tints of Portage #8698FF
RGB
CMYK
RGB Variations
Color information
#8698FF (or 0x8698FF) is known color: Portage. HEX triplet: 86, 98 and FF. RGB value is (134,152,255). Sum of RGB (Red+Green+Blue) = 134+152+255=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8698FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698FF is #796700. Grayscale: #9D9D9D. Windows color (decimal): -7956225 or 16750726. OLE color: 16750726.
HSL color Cylindrical-coordinate representation of color #8698FF: hue angle of 231.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8698FF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 152 | 255 | - |
| CMYK | 0.47 | 0.40 | 0 | 0 |
| HSL | 231.07º | 1% | 0.76% | - |
| HSV(B) | 231.07º | 0.47% | 1% | - |
| XYZ | 39.11 | 34.74 | 99.25 | - |
| YUV | 158.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 255 | 0.47 | 0.40 | 0 | 0 | 231.07 | 1 | 0.76 |
| Hex | 86 | 98 | FF | 2F | 28 | 0 | 0 | E7 | 64 | 4C |
| Octal | 206 | 230 | 377 | 57 | 50 | 0 | 0 | 347 | 144 | 114 |
| Binary | 10000110 | 10011000 | 11111111 | 101111 | 101000 | 0 | 0 | 11100111 | 1100100 | 1001100 |
Color Harmonies of #8698FF
Complementary color
Monochromatic Colors of #8698FF
Black with #8698FF
Text Example
Text Example
White with #8698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698FF; }
p { color: rgb(134,152,255); }
H1.HeaderClassName
{
color: #8698FF;
}
.AnyTagClassName
{
color: #8698FF;
}
</style>
background-color css
<style>
a { background-color: #8698FF; }
a { background-color: rgb(134,152,255); }
div.DivClassName
{
background-color: #8698FF;
}
.BgClassName
{
background-color: #8698FF;
}
</style>
border-color css
<style>
span { border-color: #8698FF; }
span { border-color: rgb(134,152,255); }
td.TdClassName
{
border-color: #8698FF;
}
.TagClassName
{
border-color: #8698FF;
}
</style>