Shades of Portage #8690FA
Tints of Portage #8690FA
RGB
CMYK
RGB Variations
Color information
#8690FA (or 0x8690FA) is known color: Portage. HEX triplet: 86, 90 and FA. RGB value is (134,144,250). Sum of RGB (Red+Green+Blue) = 134+144+250=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #8690FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8690FA is #796F05. Grayscale: #989898. Windows color (decimal): -7958278 or 16420998. OLE color: 16420998.
HSL color Cylindrical-coordinate representation of color #8690FA: hue angle of 234.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8690FA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 144 | 250 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.02 |
| HSL | 234.83º | 0.92% | 0.75% | - |
| HSV(B) | 234.83º | 0.46% | 0.98% | - |
| XYZ | 37.06 | 31.92 | 94.65 | - |
| YUV | 153.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 250 | 0.46 | 0.42 | 0 | 0.02 | 234.83 | 0.92 | 0.75 |
| Hex | 86 | 90 | FA | 2E | 2A | 0 | 2 | EB | 5C | 4B |
| Octal | 206 | 220 | 372 | 56 | 52 | 0 | 2 | 353 | 134 | 113 |
| Binary | 10000110 | 10010000 | 11111010 | 101110 | 101010 | 0 | 10 | 11101011 | 1011100 | 1001011 |
Color Harmonies of #8690FA
Complementary color
Monochromatic Colors of #8690FA
Black with #8690FA
Text Example
Text Example
White with #8690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690FA; }
p { color: rgb(134,144,250); }
H1.HeaderClassName
{
color: #8690FA;
}
.AnyTagClassName
{
color: #8690FA;
}
</style>
background-color css
<style>
a { background-color: #8690FA; }
a { background-color: rgb(134,144,250); }
div.DivClassName
{
background-color: #8690FA;
}
.BgClassName
{
background-color: #8690FA;
}
</style>
border-color css
<style>
span { border-color: #8690FA; }
span { border-color: rgb(134,144,250); }
td.TdClassName
{
border-color: #8690FA;
}
.TagClassName
{
border-color: #8690FA;
}
</style>