Shades of Portage #8195EE
Tints of Portage #8195EE
RGB
CMYK
RGB Variations
Color information
#8195EE (or 0x8195EE) is known color: Portage. HEX triplet: 81, 95 and EE. RGB value is (129,149,238). Sum of RGB (Red+Green+Blue) = 129+149+238=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8195EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195EE is #7E6A11. Grayscale: #989898. Windows color (decimal): -8284690 or 15635841. OLE color: 15635841.
HSL color Cylindrical-coordinate representation of color #8195EE: hue angle of 228.99º 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 #8195EE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 149 | 238 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.07 |
| HSL | 228.99º | 0.76% | 0.72% | - |
| HSV(B) | 228.99º | 0.46% | 0.93% | - |
| XYZ | 35.23 | 32.34 | 85.27 | - |
| YUV | 153.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 238 | 0.46 | 0.37 | 0 | 0.07 | 228.99 | 0.76 | 0.72 |
| Hex | 81 | 95 | EE | 2E | 25 | 0 | 7 | E5 | 4C | 48 |
| Octal | 201 | 225 | 356 | 56 | 45 | 0 | 7 | 345 | 114 | 110 |
| Binary | 10000001 | 10010101 | 11101110 | 101110 | 100101 | 0 | 111 | 11100101 | 1001100 | 1001000 |
Color Harmonies of #8195EE
Complementary color
Monochromatic Colors of #8195EE
Black with #8195EE
Text Example
Text Example
White with #8195EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195EE; }
p { color: rgb(129,149,238); }
H1.HeaderClassName
{
color: #8195EE;
}
.AnyTagClassName
{
color: #8195EE;
}
</style>
background-color css
<style>
a { background-color: #8195EE; }
a { background-color: rgb(129,149,238); }
div.DivClassName
{
background-color: #8195EE;
}
.BgClassName
{
background-color: #8195EE;
}
</style>
border-color css
<style>
span { border-color: #8195EE; }
span { border-color: rgb(129,149,238); }
td.TdClassName
{
border-color: #8195EE;
}
.TagClassName
{
border-color: #8195EE;
}
</style>