Shades of Portage #818ADB
Tints of Portage #818ADB
RGB
CMYK
RGB Variations
Color information
#818ADB (or 0x818ADB) is known color: Portage. HEX triplet: 81, 8A and DB. RGB value is (129,138,219). Sum of RGB (Red+Green+Blue) = 129+138+219=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #818ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADB is #7E7524. Grayscale: #909090. Windows color (decimal): -8287525 or 14387841. OLE color: 14387841.
HSL color Cylindrical-coordinate representation of color #818ADB: hue angle of 234º degrees, saturation: 0.56, 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 #818ADB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 138 | 219 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.14 |
| HSL | 234º | 0.56% | 0.68% | - |
| HSV(B) | 234º | 0.41% | 0.86% | - |
| XYZ | 30.93 | 27.96 | 70.78 | - |
| YUV | 144.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 219 | 0.41 | 0.37 | 0 | 0.14 | 234 | 0.56 | 0.68 |
| Hex | 81 | 8A | DB | 29 | 25 | 0 | E | EA | 38 | 44 |
| Octal | 201 | 212 | 333 | 51 | 45 | 0 | 16 | 352 | 70 | 104 |
| Binary | 10000001 | 10001010 | 11011011 | 101001 | 100101 | 0 | 1110 | 11101010 | 111000 | 1000100 |
Color Harmonies of #818ADB
Complementary color
Monochromatic Colors of #818ADB
Black with #818ADB
Text Example
Text Example
White with #818ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ADB; }
p { color: rgb(129,138,219); }
H1.HeaderClassName
{
color: #818ADB;
}
.AnyTagClassName
{
color: #818ADB;
}
</style>
background-color css
<style>
a { background-color: #818ADB; }
a { background-color: rgb(129,138,219); }
div.DivClassName
{
background-color: #818ADB;
}
.BgClassName
{
background-color: #818ADB;
}
</style>
border-color css
<style>
span { border-color: #818ADB; }
span { border-color: rgb(129,138,219); }
td.TdClassName
{
border-color: #818ADB;
}
.TagClassName
{
border-color: #818ADB;
}
</style>