Shades of Portage #818ADC
Tints of Portage #818ADC
RGB
CMYK
RGB Variations
Color information
#818ADC (or 0x818ADC) is known color: Portage. HEX triplet: 81, 8A and DC. RGB value is (129,138,220). Sum of RGB (Red+Green+Blue) = 129+138+220=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #818ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADC is #7E7523. Grayscale: #909090. Windows color (decimal): -8287524 or 14453377. OLE color: 14453377.
HSL color Cylindrical-coordinate representation of color #818ADC: hue angle of 234.07º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818ADC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 138 | 220 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.14 |
| HSL | 234.07º | 0.57% | 0.68% | - |
| HSV(B) | 234.07º | 0.41% | 0.86% | - |
| XYZ | 31.06 | 28.01 | 71.48 | - |
| YUV | 144.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 220 | 0.41 | 0.37 | 0 | 0.14 | 234.07 | 0.57 | 0.68 |
| Hex | 81 | 8A | DC | 29 | 25 | 0 | E | EA | 39 | 44 |
| Octal | 201 | 212 | 334 | 51 | 45 | 0 | 16 | 352 | 71 | 104 |
| Binary | 10000001 | 10001010 | 11011100 | 101001 | 100101 | 0 | 1110 | 11101010 | 111001 | 1000100 |
Color Harmonies of #818ADC
Complementary color
Monochromatic Colors of #818ADC
Black with #818ADC
Text Example
Text Example
White with #818ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ADC; }
p { color: rgb(129,138,220); }
H1.HeaderClassName
{
color: #818ADC;
}
.AnyTagClassName
{
color: #818ADC;
}
</style>
background-color css
<style>
a { background-color: #818ADC; }
a { background-color: rgb(129,138,220); }
div.DivClassName
{
background-color: #818ADC;
}
.BgClassName
{
background-color: #818ADC;
}
</style>
border-color css
<style>
span { border-color: #818ADC; }
span { border-color: rgb(129,138,220); }
td.TdClassName
{
border-color: #818ADC;
}
.TagClassName
{
border-color: #818ADC;
}
</style>