Shades of Portage #8698FE
Tints of Portage #8698FE
RGB
CMYK
RGB Variations
Color information
#8698FE (or 0x8698FE) is known color: Portage. HEX triplet: 86, 98 and FE. RGB value is (134,152,254). Sum of RGB (Red+Green+Blue) = 134+152+254=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8698FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698FE is #796701. Grayscale: #9D9D9D. Windows color (decimal): -7956226 or 16685190. OLE color: 16685190.
HSL color Cylindrical-coordinate representation of color #8698FE: hue angle of 231º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8698FE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 152 | 254 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.00 |
| HSL | 231º | 0.98% | 0.76% | - |
| HSV(B) | 231º | 0.47% | 1% | - |
| XYZ | 38.95 | 34.68 | 98.41 | - |
| YUV | 158.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 254 | 0.47 | 0.40 | 0 | 0.00 | 231 | 0.98 | 0.76 |
| Hex | 86 | 98 | FE | 2F | 28 | 0 | 0 | E7 | 62 | 4C |
| Octal | 206 | 230 | 376 | 57 | 50 | 0 | 0 | 347 | 142 | 114 |
| Binary | 10000110 | 10011000 | 11111110 | 101111 | 101000 | 0 | 0 | 11100111 | 1100010 | 1001100 |
Color Harmonies of #8698FE
Complementary color
Monochromatic Colors of #8698FE
Black with #8698FE
Text Example
Text Example
White with #8698FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8698FE; }
p { color: rgb(134,152,254); }
H1.HeaderClassName
{
color: #8698FE;
}
.AnyTagClassName
{
color: #8698FE;
}
</style>
background-color css
<style>
a { background-color: #8698FE; }
a { background-color: rgb(134,152,254); }
div.DivClassName
{
background-color: #8698FE;
}
.BgClassName
{
background-color: #8698FE;
}
</style>
border-color css
<style>
span { border-color: #8698FE; }
span { border-color: rgb(134,152,254); }
td.TdClassName
{
border-color: #8698FE;
}
.TagClassName
{
border-color: #8698FE;
}
</style>