Shades of Portage #868AF0
Tints of Portage #868AF0
RGB
CMYK
RGB Variations
Color information
#868AF0 (or 0x868AF0) is known color: Portage. HEX triplet: 86, 8A and F0. RGB value is (134,138,240). Sum of RGB (Red+Green+Blue) = 134+138+240=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #868AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868AF0 is #79750F. Grayscale: #949494. Windows color (decimal): -7959824 or 15764102. OLE color: 15764102.
HSL color Cylindrical-coordinate representation of color #868AF0: hue angle of 237.74º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868AF0 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 138 | 240 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.06 |
| HSL | 237.74º | 0.78% | 0.73% | - |
| HSV(B) | 237.74º | 0.44% | 0.94% | - |
| XYZ | 34.65 | 29.54 | 86.31 | - |
| YUV | 148.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 240 | 0.44 | 0.42 | 0 | 0.06 | 237.74 | 0.78 | 0.73 |
| Hex | 86 | 8A | F0 | 2C | 2A | 0 | 6 | EE | 4E | 49 |
| Octal | 206 | 212 | 360 | 54 | 52 | 0 | 6 | 356 | 116 | 111 |
| Binary | 10000110 | 10001010 | 11110000 | 101100 | 101010 | 0 | 110 | 11101110 | 1001110 | 1001001 |
Color Harmonies of #868AF0
Complementary color
Monochromatic Colors of #868AF0
Black with #868AF0
Text Example
Text Example
White with #868AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AF0; }
p { color: rgb(134,138,240); }
H1.HeaderClassName
{
color: #868AF0;
}
.AnyTagClassName
{
color: #868AF0;
}
</style>
background-color css
<style>
a { background-color: #868AF0; }
a { background-color: rgb(134,138,240); }
div.DivClassName
{
background-color: #868AF0;
}
.BgClassName
{
background-color: #868AF0;
}
</style>
border-color css
<style>
span { border-color: #868AF0; }
span { border-color: rgb(134,138,240); }
td.TdClassName
{
border-color: #868AF0;
}
.TagClassName
{
border-color: #868AF0;
}
</style>