Shades of Portage #868ED3
Tints of Portage #868ED3
RGB
CMYK
RGB Variations
Color information
#868ED3 (or 0x868ED3) is known color: Portage. HEX triplet: 86, 8E and D3. RGB value is (134,142,211). Sum of RGB (Red+Green+Blue) = 134+142+211=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #868ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ED3 is #79712C. Grayscale: #939393. Windows color (decimal): -7958829 or 13864582. OLE color: 13864582.
HSL color Cylindrical-coordinate representation of color #868ED3: hue angle of 233.77º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868ED3 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 142 | 211 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.17 |
| HSL | 233.77º | 0.47% | 0.68% | - |
| HSV(B) | 233.77º | 0.36% | 0.83% | - |
| XYZ | 31.26 | 29.12 | 65.6 | - |
| YUV | 147.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 211 | 0.36 | 0.33 | 0 | 0.17 | 233.77 | 0.47 | 0.68 |
| Hex | 86 | 8E | D3 | 24 | 21 | 0 | 11 | EA | 2F | 44 |
| Octal | 206 | 216 | 323 | 44 | 41 | 0 | 21 | 352 | 57 | 104 |
| Binary | 10000110 | 10001110 | 11010011 | 100100 | 100001 | 0 | 10001 | 11101010 | 101111 | 1000100 |
Color Harmonies of #868ED3
Complementary color
Monochromatic Colors of #868ED3
Black with #868ED3
Text Example
Text Example
White with #868ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868ED3; }
p { color: rgb(134,142,211); }
H1.HeaderClassName
{
color: #868ED3;
}
.AnyTagClassName
{
color: #868ED3;
}
</style>
background-color css
<style>
a { background-color: #868ED3; }
a { background-color: rgb(134,142,211); }
div.DivClassName
{
background-color: #868ED3;
}
.BgClassName
{
background-color: #868ED3;
}
</style>
border-color css
<style>
span { border-color: #868ED3; }
span { border-color: rgb(134,142,211); }
td.TdClassName
{
border-color: #868ED3;
}
.TagClassName
{
border-color: #868ED3;
}
</style>