Shades of Portage #8195EA
Tints of Portage #8195EA
RGB
CMYK
RGB Variations
Color information
#8195EA (or 0x8195EA) is known color: Portage. HEX triplet: 81, 95 and EA. RGB value is (129,149,234). Sum of RGB (Red+Green+Blue) = 129+149+234=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #8195EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195EA is #7E6A15. Grayscale: #989898. Windows color (decimal): -8284694 or 15373697. OLE color: 15373697.
HSL color Cylindrical-coordinate representation of color #8195EA: hue angle of 228.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8195EA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 149 | 234 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.08 |
| HSL | 228.57º | 0.71% | 0.71% | - |
| HSV(B) | 228.57º | 0.45% | 0.92% | - |
| XYZ | 34.65 | 32.1 | 82.21 | - |
| YUV | 152.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 234 | 0.45 | 0.36 | 0 | 0.08 | 228.57 | 0.71 | 0.71 |
| Hex | 81 | 95 | EA | 2D | 24 | 0 | 8 | E5 | 47 | 47 |
| Octal | 201 | 225 | 352 | 55 | 44 | 0 | 10 | 345 | 107 | 107 |
| Binary | 10000001 | 10010101 | 11101010 | 101101 | 100100 | 0 | 1000 | 11100101 | 1000111 | 1000111 |
Color Harmonies of #8195EA
Complementary color
Monochromatic Colors of #8195EA
Black with #8195EA
Text Example
Text Example
White with #8195EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195EA; }
p { color: rgb(129,149,234); }
H1.HeaderClassName
{
color: #8195EA;
}
.AnyTagClassName
{
color: #8195EA;
}
</style>
background-color css
<style>
a { background-color: #8195EA; }
a { background-color: rgb(129,149,234); }
div.DivClassName
{
background-color: #8195EA;
}
.BgClassName
{
background-color: #8195EA;
}
</style>
border-color css
<style>
span { border-color: #8195EA; }
span { border-color: rgb(129,149,234); }
td.TdClassName
{
border-color: #8195EA;
}
.TagClassName
{
border-color: #8195EA;
}
</style>