Shades of Portage #819ADF
Tints of Portage #819ADF
RGB
CMYK
RGB Variations
Color information
#819ADF (or 0x819ADF) is known color: Portage. HEX triplet: 81, 9A and DF. RGB value is (129,154,223). Sum of RGB (Red+Green+Blue) = 129+154+223=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #819ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ADF is #7E6520. Grayscale: #9A9A9A. Windows color (decimal): -8283425 or 14654081. OLE color: 14654081.
HSL color Cylindrical-coordinate representation of color #819ADF: hue angle of 224.04º 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 #819ADF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 154 | 223 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.13 |
| HSL | 224.04º | 0.59% | 0.69% | - |
| HSV(B) | 224.04º | 0.42% | 0.87% | - |
| XYZ | 33.93 | 33.11 | 74.41 | - |
| YUV | 154.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 223 | 0.42 | 0.31 | 0 | 0.13 | 224.04 | 0.59 | 0.69 |
| Hex | 81 | 9A | DF | 2A | 1F | 0 | D | E0 | 3B | 45 |
| Octal | 201 | 232 | 337 | 52 | 37 | 0 | 15 | 340 | 73 | 105 |
| Binary | 10000001 | 10011010 | 11011111 | 101010 | 11111 | 0 | 1101 | 11100000 | 111011 | 1000101 |
Color Harmonies of #819ADF
Complementary color
Monochromatic Colors of #819ADF
Black with #819ADF
Text Example
Text Example
White with #819ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ADF; }
p { color: rgb(129,154,223); }
H1.HeaderClassName
{
color: #819ADF;
}
.AnyTagClassName
{
color: #819ADF;
}
</style>
background-color css
<style>
a { background-color: #819ADF; }
a { background-color: rgb(129,154,223); }
div.DivClassName
{
background-color: #819ADF;
}
.BgClassName
{
background-color: #819ADF;
}
</style>
border-color css
<style>
span { border-color: #819ADF; }
span { border-color: rgb(129,154,223); }
td.TdClassName
{
border-color: #819ADF;
}
.TagClassName
{
border-color: #819ADF;
}
</style>