Shades of Portage #868CF0
Tints of Portage #868CF0
RGB
CMYK
RGB Variations
Color information
#868CF0 (or 0x868CF0) is known color: Portage. HEX triplet: 86, 8C and F0. RGB value is (134,140,240). Sum of RGB (Red+Green+Blue) = 134+140+240=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #868CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CF0 is #79730F. Grayscale: #959595. Windows color (decimal): -7959312 or 15764614. OLE color: 15764614.
HSL color Cylindrical-coordinate representation of color #868CF0: hue angle of 236.6º 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 #868CF0 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 140 | 240 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.06 |
| HSL | 236.6º | 0.78% | 0.73% | - |
| HSV(B) | 236.6º | 0.44% | 0.94% | - |
| XYZ | 34.94 | 30.12 | 86.41 | - |
| YUV | 149.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 240 | 0.44 | 0.42 | 0 | 0.06 | 236.6 | 0.78 | 0.73 |
| Hex | 86 | 8C | F0 | 2C | 2A | 0 | 6 | ED | 4E | 49 |
| Octal | 206 | 214 | 360 | 54 | 52 | 0 | 6 | 355 | 116 | 111 |
| Binary | 10000110 | 10001100 | 11110000 | 101100 | 101010 | 0 | 110 | 11101101 | 1001110 | 1001001 |
Color Harmonies of #868CF0
Complementary color
Monochromatic Colors of #868CF0
Black with #868CF0
Text Example
Text Example
White with #868CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CF0; }
p { color: rgb(134,140,240); }
H1.HeaderClassName
{
color: #868CF0;
}
.AnyTagClassName
{
color: #868CF0;
}
</style>
background-color css
<style>
a { background-color: #868CF0; }
a { background-color: rgb(134,140,240); }
div.DivClassName
{
background-color: #868CF0;
}
.BgClassName
{
background-color: #868CF0;
}
</style>
border-color css
<style>
span { border-color: #868CF0; }
span { border-color: rgb(134,140,240); }
td.TdClassName
{
border-color: #868CF0;
}
.TagClassName
{
border-color: #868CF0;
}
</style>