Shades of Portage #868FE0
Tints of Portage #868FE0
RGB
CMYK
RGB Variations
Color information
#868FE0 (or 0x868FE0) is known color: Portage. HEX triplet: 86, 8F and E0. RGB value is (134,143,224). Sum of RGB (Red+Green+Blue) = 134+143+224=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #868FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FE0 is #79701F. Grayscale: #959595. Windows color (decimal): -7958560 or 14716806. OLE color: 14716806.
HSL color Cylindrical-coordinate representation of color #868FE0: hue angle of 234º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868FE0 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 143 | 224 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.12 |
| HSL | 234º | 0.59% | 0.7% | - |
| HSV(B) | 234º | 0.4% | 0.88% | - |
| XYZ | 33.11 | 30.1 | 74.58 | - |
| YUV | 149.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 143 | 224 | 0.40 | 0.36 | 0 | 0.12 | 234 | 0.59 | 0.7 |
| Hex | 86 | 8F | E0 | 28 | 24 | 0 | C | EA | 3B | 46 |
| Octal | 206 | 217 | 340 | 50 | 44 | 0 | 14 | 352 | 73 | 106 |
| Binary | 10000110 | 10001111 | 11100000 | 101000 | 100100 | 0 | 1100 | 11101010 | 111011 | 1000110 |
Color Harmonies of #868FE0
Complementary color
Monochromatic Colors of #868FE0
Black with #868FE0
Text Example
Text Example
White with #868FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868FE0; }
p { color: rgb(134,143,224); }
H1.HeaderClassName
{
color: #868FE0;
}
.AnyTagClassName
{
color: #868FE0;
}
</style>
background-color css
<style>
a { background-color: #868FE0; }
a { background-color: rgb(134,143,224); }
div.DivClassName
{
background-color: #868FE0;
}
.BgClassName
{
background-color: #868FE0;
}
</style>
border-color css
<style>
span { border-color: #868FE0; }
span { border-color: rgb(134,143,224); }
td.TdClassName
{
border-color: #868FE0;
}
.TagClassName
{
border-color: #868FE0;
}
</style>