Shades of Portage #808FD4
Tints of Portage #808FD4
RGB
CMYK
RGB Variations
Color information
#808FD4 (or 0x808FD4) is known color: Portage. HEX triplet: 80, 8F and D4. RGB value is (128,143,212). Sum of RGB (Red+Green+Blue) = 128+143+212=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #808FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FD4 is #7F702B. Grayscale: #929292. Windows color (decimal): -8351788 or 13930368. OLE color: 13930368.
HSL color Cylindrical-coordinate representation of color #808FD4: hue angle of 229.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808FD4 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 143 | 212 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.17 |
| HSL | 229.29º | 0.49% | 0.67% | - |
| HSV(B) | 229.29º | 0.4% | 0.83% | - |
| XYZ | 30.61 | 28.99 | 66.27 | - |
| YUV | 146.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 212 | 0.40 | 0.33 | 0 | 0.17 | 229.29 | 0.49 | 0.67 |
| Hex | 80 | 8F | D4 | 28 | 21 | 0 | 11 | E5 | 31 | 43 |
| Octal | 200 | 217 | 324 | 50 | 41 | 0 | 21 | 345 | 61 | 103 |
| Binary | 10000000 | 10001111 | 11010100 | 101000 | 100001 | 0 | 10001 | 11100101 | 110001 | 1000011 |
Color Harmonies of #808FD4
Complementary color
Monochromatic Colors of #808FD4
Black with #808FD4
Text Example
Text Example
White with #808FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FD4; }
p { color: rgb(128,143,212); }
H1.HeaderClassName
{
color: #808FD4;
}
.AnyTagClassName
{
color: #808FD4;
}
</style>
background-color css
<style>
a { background-color: #808FD4; }
a { background-color: rgb(128,143,212); }
div.DivClassName
{
background-color: #808FD4;
}
.BgClassName
{
background-color: #808FD4;
}
</style>
border-color css
<style>
span { border-color: #808FD4; }
span { border-color: rgb(128,143,212); }
td.TdClassName
{
border-color: #808FD4;
}
.TagClassName
{
border-color: #808FD4;
}
</style>