Shades of Portage #808ADC
Tints of Portage #808ADC
RGB
CMYK
RGB Variations
Color information
#808ADC (or 0x808ADC) is known color: Portage. HEX triplet: 80, 8A and DC. RGB value is (128,138,220). Sum of RGB (Red+Green+Blue) = 128+138+220=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #808ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ADC is #7F7523. Grayscale: #909090. Windows color (decimal): -8353060 or 14453376. OLE color: 14453376.
HSL color Cylindrical-coordinate representation of color #808ADC: hue angle of 233.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808ADC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 138 | 220 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.14 |
| HSL | 233.48º | 0.57% | 0.68% | - |
| HSV(B) | 233.48º | 0.42% | 0.86% | - |
| XYZ | 30.91 | 27.93 | 71.47 | - |
| YUV | 144.36 | 170.69 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 220 | 0.42 | 0.37 | 0 | 0.14 | 233.48 | 0.57 | 0.68 |
| Hex | 80 | 8A | DC | 2A | 25 | 0 | E | E9 | 39 | 44 |
| Octal | 200 | 212 | 334 | 52 | 45 | 0 | 16 | 351 | 71 | 104 |
| Binary | 10000000 | 10001010 | 11011100 | 101010 | 100101 | 0 | 1110 | 11101001 | 111001 | 1000100 |
Color Harmonies of #808ADC
Complementary color
Monochromatic Colors of #808ADC
Black with #808ADC
Text Example
Text Example
White with #808ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ADC; }
p { color: rgb(128,138,220); }
H1.HeaderClassName
{
color: #808ADC;
}
.AnyTagClassName
{
color: #808ADC;
}
</style>
background-color css
<style>
a { background-color: #808ADC; }
a { background-color: rgb(128,138,220); }
div.DivClassName
{
background-color: #808ADC;
}
.BgClassName
{
background-color: #808ADC;
}
</style>
border-color css
<style>
span { border-color: #808ADC; }
span { border-color: rgb(128,138,220); }
td.TdClassName
{
border-color: #808ADC;
}
.TagClassName
{
border-color: #808ADC;
}
</style>