Shades of Portage #808FED
Tints of Portage #808FED
RGB
CMYK
RGB Variations
Color information
#808FED (or 0x808FED) is known color: Portage. HEX triplet: 80, 8F and ED. RGB value is (128,143,237). Sum of RGB (Red+Green+Blue) = 128+143+237=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #808FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FED is #7F7012. Grayscale: #949494. Windows color (decimal): -8351763 or 15568768. OLE color: 15568768.
HSL color Cylindrical-coordinate representation of color #808FED: hue angle of 231.74º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808FED is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 143 | 237 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.07 |
| HSL | 231.74º | 0.75% | 0.72% | - |
| HSV(B) | 231.74º | 0.46% | 0.93% | - |
| XYZ | 34.01 | 30.35 | 84.19 | - |
| YUV | 149.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 237 | 0.46 | 0.40 | 0 | 0.07 | 231.74 | 0.75 | 0.72 |
| Hex | 80 | 8F | ED | 2E | 28 | 0 | 7 | E8 | 4B | 48 |
| Octal | 200 | 217 | 355 | 56 | 50 | 0 | 7 | 350 | 113 | 110 |
| Binary | 10000000 | 10001111 | 11101101 | 101110 | 101000 | 0 | 111 | 11101000 | 1001011 | 1001000 |
Color Harmonies of #808FED
Complementary color
Monochromatic Colors of #808FED
Black with #808FED
Text Example
Text Example
White with #808FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FED; }
p { color: rgb(128,143,237); }
H1.HeaderClassName
{
color: #808FED;
}
.AnyTagClassName
{
color: #808FED;
}
</style>
background-color css
<style>
a { background-color: #808FED; }
a { background-color: rgb(128,143,237); }
div.DivClassName
{
background-color: #808FED;
}
.BgClassName
{
background-color: #808FED;
}
</style>
border-color css
<style>
span { border-color: #808FED; }
span { border-color: rgb(128,143,237); }
td.TdClassName
{
border-color: #808FED;
}
.TagClassName
{
border-color: #808FED;
}
</style>