Shades of Portage #868CE5
Tints of Portage #868CE5
RGB
CMYK
RGB Variations
Color information
#868CE5 (or 0x868CE5) is known color: Portage. HEX triplet: 86, 8C and E5. RGB value is (134,140,229). Sum of RGB (Red+Green+Blue) = 134+140+229=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #868CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CE5 is #79731A. Grayscale: #939393. Windows color (decimal): -7959323 or 15043718. OLE color: 15043718.
HSL color Cylindrical-coordinate representation of color #868CE5: hue angle of 236.21º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #868CE5 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 140 | 229 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.10 |
| HSL | 236.21º | 0.65% | 0.71% | - |
| HSV(B) | 236.21º | 0.41% | 0.9% | - |
| XYZ | 33.35 | 29.48 | 78.06 | - |
| YUV | 148.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 229 | 0.41 | 0.39 | 0 | 0.10 | 236.21 | 0.65 | 0.71 |
| Hex | 86 | 8C | E5 | 29 | 27 | 0 | A | EC | 41 | 47 |
| Octal | 206 | 214 | 345 | 51 | 47 | 0 | 12 | 354 | 101 | 107 |
| Binary | 10000110 | 10001100 | 11100101 | 101001 | 100111 | 0 | 1010 | 11101100 | 1000001 | 1000111 |
Color Harmonies of #868CE5
Complementary color
Monochromatic Colors of #868CE5
Black with #868CE5
Text Example
Text Example
White with #868CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CE5; }
p { color: rgb(134,140,229); }
H1.HeaderClassName
{
color: #868CE5;
}
.AnyTagClassName
{
color: #868CE5;
}
</style>
background-color css
<style>
a { background-color: #868CE5; }
a { background-color: rgb(134,140,229); }
div.DivClassName
{
background-color: #868CE5;
}
.BgClassName
{
background-color: #868CE5;
}
</style>
border-color css
<style>
span { border-color: #868CE5; }
span { border-color: rgb(134,140,229); }
td.TdClassName
{
border-color: #868CE5;
}
.TagClassName
{
border-color: #868CE5;
}
</style>