Shades of Portage #808FDF
Tints of Portage #808FDF
RGB
CMYK
RGB Variations
Color information
#808FDF (or 0x808FDF) is known color: Portage. HEX triplet: 80, 8F and DF. RGB value is (128,143,223). Sum of RGB (Red+Green+Blue) = 128+143+223=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #808FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDF is #7F7020. Grayscale: #939393. Windows color (decimal): -8351777 or 14651264. OLE color: 14651264.
HSL color Cylindrical-coordinate representation of color #808FDF: hue angle of 230.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #808FDF is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 143 | 223 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.13 |
| HSL | 230.53º | 0.6% | 0.69% | - |
| HSV(B) | 230.53º | 0.43% | 0.87% | - |
| XYZ | 32.04 | 29.56 | 73.83 | - |
| YUV | 147.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 223 | 0.43 | 0.36 | 0 | 0.13 | 230.53 | 0.6 | 0.69 |
| Hex | 80 | 8F | DF | 2B | 24 | 0 | D | E7 | 3C | 45 |
| Octal | 200 | 217 | 337 | 53 | 44 | 0 | 15 | 347 | 74 | 105 |
| Binary | 10000000 | 10001111 | 11011111 | 101011 | 100100 | 0 | 1101 | 11100111 | 111100 | 1000101 |
Color Harmonies of #808FDF
Complementary color
Monochromatic Colors of #808FDF
Black with #808FDF
Text Example
Text Example
White with #808FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FDF; }
p { color: rgb(128,143,223); }
H1.HeaderClassName
{
color: #808FDF;
}
.AnyTagClassName
{
color: #808FDF;
}
</style>
background-color css
<style>
a { background-color: #808FDF; }
a { background-color: rgb(128,143,223); }
div.DivClassName
{
background-color: #808FDF;
}
.BgClassName
{
background-color: #808FDF;
}
</style>
border-color css
<style>
span { border-color: #808FDF; }
span { border-color: rgb(128,143,223); }
td.TdClassName
{
border-color: #808FDF;
}
.TagClassName
{
border-color: #808FDF;
}
</style>