Shades of Portage #8193EE
Tints of Portage #8193EE
RGB
CMYK
RGB Variations
Color information
#8193EE (or 0x8193EE) is known color: Portage. HEX triplet: 81, 93 and EE. RGB value is (129,147,238). Sum of RGB (Red+Green+Blue) = 129+147+238=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8193EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8193EE is #7E6C11. Grayscale: #979797. Windows color (decimal): -8285202 or 15635329. OLE color: 15635329.
HSL color Cylindrical-coordinate representation of color #8193EE: hue angle of 230.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8193EE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 147 | 238 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.07 |
| HSL | 230.09º | 0.76% | 0.72% | - |
| HSV(B) | 230.09º | 0.46% | 0.93% | - |
| XYZ | 34.92 | 31.71 | 85.17 | - |
| YUV | 151.99 | 176.54 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 238 | 0.46 | 0.38 | 0 | 0.07 | 230.09 | 0.76 | 0.72 |
| Hex | 81 | 93 | EE | 2E | 26 | 0 | 7 | E6 | 4C | 48 |
| Octal | 201 | 223 | 356 | 56 | 46 | 0 | 7 | 346 | 114 | 110 |
| Binary | 10000001 | 10010011 | 11101110 | 101110 | 100110 | 0 | 111 | 11100110 | 1001100 | 1001000 |
Color Harmonies of #8193EE
Complementary color
Monochromatic Colors of #8193EE
Black with #8193EE
Text Example
Text Example
White with #8193EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193EE; }
p { color: rgb(129,147,238); }
H1.HeaderClassName
{
color: #8193EE;
}
.AnyTagClassName
{
color: #8193EE;
}
</style>
background-color css
<style>
a { background-color: #8193EE; }
a { background-color: rgb(129,147,238); }
div.DivClassName
{
background-color: #8193EE;
}
.BgClassName
{
background-color: #8193EE;
}
</style>
border-color css
<style>
span { border-color: #8193EE; }
span { border-color: rgb(129,147,238); }
td.TdClassName
{
border-color: #8193EE;
}
.TagClassName
{
border-color: #8193EE;
}
</style>