Shades of Portage #818ADF
Tints of Portage #818ADF
RGB
CMYK
RGB Variations
Color information
#818ADF (or 0x818ADF) is known color: Portage. HEX triplet: 81, 8A and DF. RGB value is (129,138,223). Sum of RGB (Red+Green+Blue) = 129+138+223=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #818ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADF is #7E7520. Grayscale: #909090. Windows color (decimal): -8287521 or 14649985. OLE color: 14649985.
HSL color Cylindrical-coordinate representation of color #818ADF: hue angle of 234.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818ADF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 138 | 223 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.13 |
| HSL | 234.26º | 0.59% | 0.69% | - |
| HSV(B) | 234.26º | 0.42% | 0.87% | - |
| XYZ | 31.46 | 28.17 | 73.59 | - |
| YUV | 145 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 223 | 0.42 | 0.38 | 0 | 0.13 | 234.26 | 0.59 | 0.69 |
| Hex | 81 | 8A | DF | 2A | 26 | 0 | D | EA | 3B | 45 |
| Octal | 201 | 212 | 337 | 52 | 46 | 0 | 15 | 352 | 73 | 105 |
| Binary | 10000001 | 10001010 | 11011111 | 101010 | 100110 | 0 | 1101 | 11101010 | 111011 | 1000101 |
Color Harmonies of #818ADF
Complementary color
Monochromatic Colors of #818ADF
Black with #818ADF
Text Example
Text Example
White with #818ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ADF; }
p { color: rgb(129,138,223); }
H1.HeaderClassName
{
color: #818ADF;
}
.AnyTagClassName
{
color: #818ADF;
}
</style>
background-color css
<style>
a { background-color: #818ADF; }
a { background-color: rgb(129,138,223); }
div.DivClassName
{
background-color: #818ADF;
}
.BgClassName
{
background-color: #818ADF;
}
</style>
border-color css
<style>
span { border-color: #818ADF; }
span { border-color: rgb(129,138,223); }
td.TdClassName
{
border-color: #818ADF;
}
.TagClassName
{
border-color: #818ADF;
}
</style>