Shades of Portage #8086D3
Tints of Portage #8086D3
RGB
CMYK
RGB Variations
Color information
#8086D3 (or 0x8086D3) is known color: Portage. HEX triplet: 80, 86 and D3. RGB value is (128,134,211). Sum of RGB (Red+Green+Blue) = 128+134+211=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #8086D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8086D3 is #7F792C. Grayscale: #8C8C8C. Windows color (decimal): -8354093 or 13862528. OLE color: 13862528.
HSL color Cylindrical-coordinate representation of color #8086D3: hue angle of 235.66º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8086D3 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 134 | 211 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.17 |
| HSL | 235.66º | 0.49% | 0.66% | - |
| HSV(B) | 235.66º | 0.39% | 0.83% | - |
| XYZ | 29.19 | 26.34 | 65.17 | - |
| YUV | 140.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 211 | 0.39 | 0.36 | 0 | 0.17 | 235.66 | 0.49 | 0.66 |
| Hex | 80 | 86 | D3 | 27 | 24 | 0 | 11 | EC | 31 | 42 |
| Octal | 200 | 206 | 323 | 47 | 44 | 0 | 21 | 354 | 61 | 102 |
| Binary | 10000000 | 10000110 | 11010011 | 100111 | 100100 | 0 | 10001 | 11101100 | 110001 | 1000010 |
Color Harmonies of #8086D3
Complementary color
Monochromatic Colors of #8086D3
Black with #8086D3
Text Example
Text Example
White with #8086D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086D3; }
p { color: rgb(128,134,211); }
H1.HeaderClassName
{
color: #8086D3;
}
.AnyTagClassName
{
color: #8086D3;
}
</style>
background-color css
<style>
a { background-color: #8086D3; }
a { background-color: rgb(128,134,211); }
div.DivClassName
{
background-color: #8086D3;
}
.BgClassName
{
background-color: #8086D3;
}
</style>
border-color css
<style>
span { border-color: #8086D3; }
span { border-color: rgb(128,134,211); }
td.TdClassName
{
border-color: #8086D3;
}
.TagClassName
{
border-color: #8086D3;
}
</style>