Shades of Portage #808AD4
Tints of Portage #808AD4
RGB
CMYK
RGB Variations
Color information
#808AD4 (or 0x808AD4) is known color: Portage. HEX triplet: 80, 8A and D4. RGB value is (128,138,212). Sum of RGB (Red+Green+Blue) = 128+138+212=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #808AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD4 is #7F752B. Grayscale: #8F8F8F. Windows color (decimal): -8353068 or 13929088. OLE color: 13929088.
HSL color Cylindrical-coordinate representation of color #808AD4: hue angle of 232.86º 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 #808AD4 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 138 | 212 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.17 |
| HSL | 232.86º | 0.49% | 0.67% | - |
| HSV(B) | 232.86º | 0.4% | 0.83% | - |
| XYZ | 29.87 | 27.52 | 66.02 | - |
| YUV | 143.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 212 | 0.40 | 0.35 | 0 | 0.17 | 232.86 | 0.49 | 0.67 |
| Hex | 80 | 8A | D4 | 28 | 23 | 0 | 11 | E9 | 31 | 43 |
| Octal | 200 | 212 | 324 | 50 | 43 | 0 | 21 | 351 | 61 | 103 |
| Binary | 10000000 | 10001010 | 11010100 | 101000 | 100011 | 0 | 10001 | 11101001 | 110001 | 1000011 |
Color Harmonies of #808AD4
Complementary color
Monochromatic Colors of #808AD4
Black with #808AD4
Text Example
Text Example
White with #808AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AD4; }
p { color: rgb(128,138,212); }
H1.HeaderClassName
{
color: #808AD4;
}
.AnyTagClassName
{
color: #808AD4;
}
</style>
background-color css
<style>
a { background-color: #808AD4; }
a { background-color: rgb(128,138,212); }
div.DivClassName
{
background-color: #808AD4;
}
.BgClassName
{
background-color: #808AD4;
}
</style>
border-color css
<style>
span { border-color: #808AD4; }
span { border-color: rgb(128,138,212); }
td.TdClassName
{
border-color: #808AD4;
}
.TagClassName
{
border-color: #808AD4;
}
</style>