Shades of Portage #868CF1
Tints of Portage #868CF1
RGB
CMYK
RGB Variations
Color information
#868CF1 (or 0x868CF1) is known color: Portage. HEX triplet: 86, 8C and F1. RGB value is (134,140,241). Sum of RGB (Red+Green+Blue) = 134+140+241=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #868CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868CF1 is #79730E. Grayscale: #959595. Windows color (decimal): -7959311 or 15830150. OLE color: 15830150.
HSL color Cylindrical-coordinate representation of color #868CF1: hue angle of 236.64º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868CF1 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 140 | 241 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.05 |
| HSL | 236.64º | 0.79% | 0.74% | - |
| HSV(B) | 236.64º | 0.44% | 0.95% | - |
| XYZ | 35.09 | 30.18 | 87.19 | - |
| YUV | 149.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 241 | 0.44 | 0.42 | 0 | 0.05 | 236.64 | 0.79 | 0.74 |
| Hex | 86 | 8C | F1 | 2C | 2A | 0 | 5 | ED | 4F | 4A |
| Octal | 206 | 214 | 361 | 54 | 52 | 0 | 5 | 355 | 117 | 112 |
| Binary | 10000110 | 10001100 | 11110001 | 101100 | 101010 | 0 | 101 | 11101101 | 1001111 | 1001010 |
Color Harmonies of #868CF1
Complementary color
Monochromatic Colors of #868CF1
Black with #868CF1
Text Example
Text Example
White with #868CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CF1; }
p { color: rgb(134,140,241); }
H1.HeaderClassName
{
color: #868CF1;
}
.AnyTagClassName
{
color: #868CF1;
}
</style>
background-color css
<style>
a { background-color: #868CF1; }
a { background-color: rgb(134,140,241); }
div.DivClassName
{
background-color: #868CF1;
}
.BgClassName
{
background-color: #868CF1;
}
</style>
border-color css
<style>
span { border-color: #868CF1; }
span { border-color: rgb(134,140,241); }
td.TdClassName
{
border-color: #868CF1;
}
.TagClassName
{
border-color: #868CF1;
}
</style>