Shades of Portage #808FD3
Tints of Portage #808FD3
RGB
CMYK
RGB Variations
Color information
#808FD3 (or 0x808FD3) is known color: Portage. HEX triplet: 80, 8F and D3. RGB value is (128,143,211). Sum of RGB (Red+Green+Blue) = 128+143+211=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #808FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FD3 is #7F702C. Grayscale: #919191. Windows color (decimal): -8351789 or 13864832. OLE color: 13864832.
HSL color Cylindrical-coordinate representation of color #808FD3: hue angle of 229.16º 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 #808FD3 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 143 | 211 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.17 |
| HSL | 229.16º | 0.49% | 0.66% | - |
| HSV(B) | 229.16º | 0.39% | 0.83% | - |
| XYZ | 30.48 | 28.94 | 65.61 | - |
| YUV | 146.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 211 | 0.39 | 0.32 | 0 | 0.17 | 229.16 | 0.49 | 0.66 |
| Hex | 80 | 8F | D3 | 27 | 20 | 0 | 11 | E5 | 31 | 42 |
| Octal | 200 | 217 | 323 | 47 | 40 | 0 | 21 | 345 | 61 | 102 |
| Binary | 10000000 | 10001111 | 11010011 | 100111 | 100000 | 0 | 10001 | 11100101 | 110001 | 1000010 |
Color Harmonies of #808FD3
Complementary color
Monochromatic Colors of #808FD3
Black with #808FD3
Text Example
Text Example
White with #808FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FD3; }
p { color: rgb(128,143,211); }
H1.HeaderClassName
{
color: #808FD3;
}
.AnyTagClassName
{
color: #808FD3;
}
</style>
background-color css
<style>
a { background-color: #808FD3; }
a { background-color: rgb(128,143,211); }
div.DivClassName
{
background-color: #808FD3;
}
.BgClassName
{
background-color: #808FD3;
}
</style>
border-color css
<style>
span { border-color: #808FD3; }
span { border-color: rgb(128,143,211); }
td.TdClassName
{
border-color: #808FD3;
}
.TagClassName
{
border-color: #808FD3;
}
</style>