Shades of Portage #819CDF
Tints of Portage #819CDF
RGB
CMYK
RGB Variations
Color information
#819CDF (or 0x819CDF) is known color: Portage. HEX triplet: 81, 9C and DF. RGB value is (129,156,223). Sum of RGB (Red+Green+Blue) = 129+156+223=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #819CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDF is #7E6320. Grayscale: #9B9B9B. Windows color (decimal): -8282913 or 14654593. OLE color: 14654593.
HSL color Cylindrical-coordinate representation of color #819CDF: hue angle of 222.77º 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 #819CDF is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 156 | 223 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 222.77º | 0.59% | 0.69% | - |
| HSV(B) | 222.77º | 0.42% | 0.87% | - |
| XYZ | 34.26 | 33.77 | 74.52 | - |
| YUV | 155.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 223 | 0.42 | 0.30 | 0 | 0.13 | 222.77 | 0.59 | 0.69 |
| Hex | 81 | 9C | DF | 2A | 1E | 0 | D | DF | 3B | 45 |
| Octal | 201 | 234 | 337 | 52 | 36 | 0 | 15 | 337 | 73 | 105 |
| Binary | 10000001 | 10011100 | 11011111 | 101010 | 11110 | 0 | 1101 | 11011111 | 111011 | 1000101 |
Color Harmonies of #819CDF
Complementary color
Monochromatic Colors of #819CDF
Black with #819CDF
Text Example
Text Example
White with #819CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CDF; }
p { color: rgb(129,156,223); }
H1.HeaderClassName
{
color: #819CDF;
}
.AnyTagClassName
{
color: #819CDF;
}
</style>
background-color css
<style>
a { background-color: #819CDF; }
a { background-color: rgb(129,156,223); }
div.DivClassName
{
background-color: #819CDF;
}
.BgClassName
{
background-color: #819CDF;
}
</style>
border-color css
<style>
span { border-color: #819CDF; }
span { border-color: rgb(129,156,223); }
td.TdClassName
{
border-color: #819CDF;
}
.TagClassName
{
border-color: #819CDF;
}
</style>