Shades of Portage #868AF1
Tints of Portage #868AF1
RGB
CMYK
RGB Variations
Color information
#868AF1 (or 0x868AF1) is known color: Portage. HEX triplet: 86, 8A and F1. RGB value is (134,138,241). Sum of RGB (Red+Green+Blue) = 134+138+241=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #868AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868AF1 is #79750E. Grayscale: #949494. Windows color (decimal): -7959823 or 15829638. OLE color: 15829638.
HSL color Cylindrical-coordinate representation of color #868AF1: hue angle of 237.76º 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 #868AF1 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 138 | 241 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.05 |
| HSL | 237.76º | 0.79% | 0.74% | - |
| HSV(B) | 237.76º | 0.44% | 0.95% | - |
| XYZ | 34.8 | 29.6 | 87.1 | - |
| YUV | 148.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 241 | 0.44 | 0.43 | 0 | 0.05 | 237.76 | 0.79 | 0.74 |
| Hex | 86 | 8A | F1 | 2C | 2B | 0 | 5 | EE | 4F | 4A |
| Octal | 206 | 212 | 361 | 54 | 53 | 0 | 5 | 356 | 117 | 112 |
| Binary | 10000110 | 10001010 | 11110001 | 101100 | 101011 | 0 | 101 | 11101110 | 1001111 | 1001010 |
Color Harmonies of #868AF1
Complementary color
Monochromatic Colors of #868AF1
Black with #868AF1
Text Example
Text Example
White with #868AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AF1; }
p { color: rgb(134,138,241); }
H1.HeaderClassName
{
color: #868AF1;
}
.AnyTagClassName
{
color: #868AF1;
}
</style>
background-color css
<style>
a { background-color: #868AF1; }
a { background-color: rgb(134,138,241); }
div.DivClassName
{
background-color: #868AF1;
}
.BgClassName
{
background-color: #868AF1;
}
</style>
border-color css
<style>
span { border-color: #868AF1; }
span { border-color: rgb(134,138,241); }
td.TdClassName
{
border-color: #868AF1;
}
.TagClassName
{
border-color: #868AF1;
}
</style>