Shades of Portage #818FDC
Tints of Portage #818FDC
RGB
CMYK
RGB Variations
Color information
#818FDC (or 0x818FDC) is known color: Portage. HEX triplet: 81, 8F and DC. RGB value is (129,143,220). Sum of RGB (Red+Green+Blue) = 129+143+220=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #818FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FDC is #7E7023. Grayscale: #939393. Windows color (decimal): -8286244 or 14454657. OLE color: 14454657.
HSL color Cylindrical-coordinate representation of color #818FDC: hue angle of 230.77º degrees, saturation: 0.57, 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 #818FDC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 143 | 220 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.14 |
| HSL | 230.77º | 0.57% | 0.68% | - |
| HSV(B) | 230.77º | 0.41% | 0.86% | - |
| XYZ | 31.79 | 29.48 | 71.72 | - |
| YUV | 147.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 220 | 0.41 | 0.35 | 0 | 0.14 | 230.77 | 0.57 | 0.68 |
| Hex | 81 | 8F | DC | 29 | 23 | 0 | E | E7 | 39 | 44 |
| Octal | 201 | 217 | 334 | 51 | 43 | 0 | 16 | 347 | 71 | 104 |
| Binary | 10000001 | 10001111 | 11011100 | 101001 | 100011 | 0 | 1110 | 11100111 | 111001 | 1000100 |
Color Harmonies of #818FDC
Complementary color
Monochromatic Colors of #818FDC
Black with #818FDC
Text Example
Text Example
White with #818FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FDC; }
p { color: rgb(129,143,220); }
H1.HeaderClassName
{
color: #818FDC;
}
.AnyTagClassName
{
color: #818FDC;
}
</style>
background-color css
<style>
a { background-color: #818FDC; }
a { background-color: rgb(129,143,220); }
div.DivClassName
{
background-color: #818FDC;
}
.BgClassName
{
background-color: #818FDC;
}
</style>
border-color css
<style>
span { border-color: #818FDC; }
span { border-color: rgb(129,143,220); }
td.TdClassName
{
border-color: #818FDC;
}
.TagClassName
{
border-color: #818FDC;
}
</style>