Shades of Portage #808AED
Tints of Portage #808AED
RGB
CMYK
RGB Variations
Color information
#808AED (or 0x808AED) is known color: Portage. HEX triplet: 80, 8A and ED. RGB value is (128,138,237). Sum of RGB (Red+Green+Blue) = 128+138+237=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #808AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808AED is #7F7512. Grayscale: #919191. Windows color (decimal): -8353043 or 15567488. OLE color: 15567488.
HSL color Cylindrical-coordinate representation of color #808AED: hue angle of 234.5º 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 #808AED is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 138 | 237 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.07 |
| HSL | 234.5º | 0.75% | 0.72% | - |
| HSV(B) | 234.5º | 0.46% | 0.93% | - |
| XYZ | 33.28 | 28.88 | 83.94 | - |
| YUV | 146.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 237 | 0.46 | 0.42 | 0 | 0.07 | 234.5 | 0.75 | 0.72 |
| Hex | 80 | 8A | ED | 2E | 2A | 0 | 7 | EA | 4B | 48 |
| Octal | 200 | 212 | 355 | 56 | 52 | 0 | 7 | 352 | 113 | 110 |
| Binary | 10000000 | 10001010 | 11101101 | 101110 | 101010 | 0 | 111 | 11101010 | 1001011 | 1001000 |
Color Harmonies of #808AED
Complementary color
Monochromatic Colors of #808AED
Black with #808AED
Text Example
Text Example
White with #808AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AED; }
p { color: rgb(128,138,237); }
H1.HeaderClassName
{
color: #808AED;
}
.AnyTagClassName
{
color: #808AED;
}
</style>
background-color css
<style>
a { background-color: #808AED; }
a { background-color: rgb(128,138,237); }
div.DivClassName
{
background-color: #808AED;
}
.BgClassName
{
background-color: #808AED;
}
</style>
border-color css
<style>
span { border-color: #808AED; }
span { border-color: rgb(128,138,237); }
td.TdClassName
{
border-color: #808AED;
}
.TagClassName
{
border-color: #808AED;
}
</style>