Shades of Portage #818FE7
Tints of Portage #818FE7
RGB
CMYK
RGB Variations
Color information
#818FE7 (or 0x818FE7) is known color: Portage. HEX triplet: 81, 8F and E7. RGB value is (129,143,231). Sum of RGB (Red+Green+Blue) = 129+143+231=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #818FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818FE7 is #7E7018. Grayscale: #949494. Windows color (decimal): -8286233 or 15175553. OLE color: 15175553.
HSL color Cylindrical-coordinate representation of color #818FE7: hue angle of 231.76º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818FE7 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 143 | 231 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.09 |
| HSL | 231.76º | 0.68% | 0.71% | - |
| HSV(B) | 231.76º | 0.44% | 0.91% | - |
| XYZ | 33.3 | 30.08 | 79.65 | - |
| YUV | 148.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 231 | 0.44 | 0.38 | 0 | 0.09 | 231.76 | 0.68 | 0.71 |
| Hex | 81 | 8F | E7 | 2C | 26 | 0 | 9 | E8 | 44 | 47 |
| Octal | 201 | 217 | 347 | 54 | 46 | 0 | 11 | 350 | 104 | 107 |
| Binary | 10000001 | 10001111 | 11100111 | 101100 | 100110 | 0 | 1001 | 11101000 | 1000100 | 1000111 |
Color Harmonies of #818FE7
Complementary color
Monochromatic Colors of #818FE7
Black with #818FE7
Text Example
Text Example
White with #818FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FE7; }
p { color: rgb(129,143,231); }
H1.HeaderClassName
{
color: #818FE7;
}
.AnyTagClassName
{
color: #818FE7;
}
</style>
background-color css
<style>
a { background-color: #818FE7; }
a { background-color: rgb(129,143,231); }
div.DivClassName
{
background-color: #818FE7;
}
.BgClassName
{
background-color: #818FE7;
}
</style>
border-color css
<style>
span { border-color: #818FE7; }
span { border-color: rgb(129,143,231); }
td.TdClassName
{
border-color: #818FE7;
}
.TagClassName
{
border-color: #818FE7;
}
</style>