Shades of Portage #819CDE
Tints of Portage #819CDE
RGB
CMYK
RGB Variations
Color information
#819CDE (or 0x819CDE) is known color: Portage. HEX triplet: 81, 9C and DE. RGB value is (129,156,222). Sum of RGB (Red+Green+Blue) = 129+156+222=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #819CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CDE is #7E6321. Grayscale: #9B9B9B. Windows color (decimal): -8282914 or 14589057. OLE color: 14589057.
HSL color Cylindrical-coordinate representation of color #819CDE: hue angle of 222.58º degrees, saturation: 0.58, 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 #819CDE is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 156 | 222 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.13 |
| HSL | 222.58º | 0.58% | 0.69% | - |
| HSV(B) | 222.58º | 0.42% | 0.87% | - |
| XYZ | 34.13 | 33.72 | 73.82 | - |
| YUV | 155.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 222 | 0.42 | 0.30 | 0 | 0.13 | 222.58 | 0.58 | 0.69 |
| Hex | 81 | 9C | DE | 2A | 1E | 0 | D | DF | 3A | 45 |
| Octal | 201 | 234 | 336 | 52 | 36 | 0 | 15 | 337 | 72 | 105 |
| Binary | 10000001 | 10011100 | 11011110 | 101010 | 11110 | 0 | 1101 | 11011111 | 111010 | 1000101 |
Color Harmonies of #819CDE
Complementary color
Monochromatic Colors of #819CDE
Black with #819CDE
Text Example
Text Example
White with #819CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CDE; }
p { color: rgb(129,156,222); }
H1.HeaderClassName
{
color: #819CDE;
}
.AnyTagClassName
{
color: #819CDE;
}
</style>
background-color css
<style>
a { background-color: #819CDE; }
a { background-color: rgb(129,156,222); }
div.DivClassName
{
background-color: #819CDE;
}
.BgClassName
{
background-color: #819CDE;
}
</style>
border-color css
<style>
span { border-color: #819CDE; }
span { border-color: rgb(129,156,222); }
td.TdClassName
{
border-color: #819CDE;
}
.TagClassName
{
border-color: #819CDE;
}
</style>