Shades of Portage #8199E4
Tints of Portage #8199E4
RGB
CMYK
RGB Variations
Color information
#8199E4 (or 0x8199E4) is known color: Portage. HEX triplet: 81, 99 and E4. RGB value is (129,153,228). Sum of RGB (Red+Green+Blue) = 129+153+228=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #8199E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199E4 is #7E661B. Grayscale: #9A9A9A. Windows color (decimal): -8283676 or 14981505. OLE color: 14981505.
HSL color Cylindrical-coordinate representation of color #8199E4: hue angle of 225.45º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8199E4 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 153 | 228 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.11 |
| HSL | 225.45º | 0.65% | 0.7% | - |
| HSV(B) | 225.45º | 0.43% | 0.89% | - |
| XYZ | 34.45 | 33.05 | 77.96 | - |
| YUV | 154.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 228 | 0.43 | 0.33 | 0 | 0.11 | 225.45 | 0.65 | 0.7 |
| Hex | 81 | 99 | E4 | 2B | 21 | 0 | B | E1 | 41 | 46 |
| Octal | 201 | 231 | 344 | 53 | 41 | 0 | 13 | 341 | 101 | 106 |
| Binary | 10000001 | 10011001 | 11100100 | 101011 | 100001 | 0 | 1011 | 11100001 | 1000001 | 1000110 |
Color Harmonies of #8199E4
Complementary color
Monochromatic Colors of #8199E4
Black with #8199E4
Text Example
Text Example
White with #8199E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199E4; }
p { color: rgb(129,153,228); }
H1.HeaderClassName
{
color: #8199E4;
}
.AnyTagClassName
{
color: #8199E4;
}
</style>
background-color css
<style>
a { background-color: #8199E4; }
a { background-color: rgb(129,153,228); }
div.DivClassName
{
background-color: #8199E4;
}
.BgClassName
{
background-color: #8199E4;
}
</style>
border-color css
<style>
span { border-color: #8199E4; }
span { border-color: rgb(129,153,228); }
td.TdClassName
{
border-color: #8199E4;
}
.TagClassName
{
border-color: #8199E4;
}
</style>