Shades of Portage #8188EA
Tints of Portage #8188EA
RGB
CMYK
RGB Variations
Color information
#8188EA (or 0x8188EA) is known color: Portage. HEX triplet: 81, 88 and EA. RGB value is (129,136,234). Sum of RGB (Red+Green+Blue) = 129+136+234=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #8188EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8188EA is #7E7715. Grayscale: #909090. Windows color (decimal): -8288022 or 15370369. OLE color: 15370369.
HSL color Cylindrical-coordinate representation of color #8188EA: hue angle of 236º 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 #8188EA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 136 | 234 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.08 |
| HSL | 236º | 0.71% | 0.71% | - |
| HSV(B) | 236º | 0.45% | 0.92% | - |
| XYZ | 32.71 | 28.22 | 81.56 | - |
| YUV | 145.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 234 | 0.45 | 0.42 | 0 | 0.08 | 236 | 0.71 | 0.71 |
| Hex | 81 | 88 | EA | 2D | 2A | 0 | 8 | EC | 47 | 47 |
| Octal | 201 | 210 | 352 | 55 | 52 | 0 | 10 | 354 | 107 | 107 |
| Binary | 10000001 | 10001000 | 11101010 | 101101 | 101010 | 0 | 1000 | 11101100 | 1000111 | 1000111 |
Color Harmonies of #8188EA
Complementary color
Monochromatic Colors of #8188EA
Black with #8188EA
Text Example
Text Example
White with #8188EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8188EA; }
p { color: rgb(129,136,234); }
H1.HeaderClassName
{
color: #8188EA;
}
.AnyTagClassName
{
color: #8188EA;
}
</style>
background-color css
<style>
a { background-color: #8188EA; }
a { background-color: rgb(129,136,234); }
div.DivClassName
{
background-color: #8188EA;
}
.BgClassName
{
background-color: #8188EA;
}
</style>
border-color css
<style>
span { border-color: #8188EA; }
span { border-color: rgb(129,136,234); }
td.TdClassName
{
border-color: #8188EA;
}
.TagClassName
{
border-color: #8188EA;
}
</style>