Shades of Portage #8188CC
Tints of Portage #8188CC
RGB
CMYK
RGB Variations
Color information
#8188CC (or 0x8188CC) is known color: Portage. HEX triplet: 81, 88 and CC. RGB value is (129,136,204). Sum of RGB (Red+Green+Blue) = 129+136+204=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8188CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188CC is #7E7733. Grayscale: #8D8D8D. Windows color (decimal): -8288052 or 13404289. OLE color: 13404289.
HSL color Cylindrical-coordinate representation of color #8188CC: hue angle of 234.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8188CC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 136 | 204 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.2 |
| HSL | 234.4º | 0.42% | 0.65% | - |
| HSV(B) | 234.4º | 0.37% | 0.8% | - |
| XYZ | 28.76 | 26.64 | 60.75 | - |
| YUV | 141.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 204 | 0.37 | 0.33 | 0 | 0.2 | 234.4 | 0.42 | 0.65 |
| Hex | 81 | 88 | CC | 25 | 21 | 0 | 14 | EA | 2A | 41 |
| Octal | 201 | 210 | 314 | 45 | 41 | 0 | 24 | 352 | 52 | 101 |
| Binary | 10000001 | 10001000 | 11001100 | 100101 | 100001 | 0 | 10100 | 11101010 | 101010 | 1000001 |
Color Harmonies of #8188CC
Complementary color
Monochromatic Colors of #8188CC
Black with #8188CC
Text Example
Text Example
White with #8188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8188CC; }
p { color: rgb(129,136,204); }
H1.HeaderClassName
{
color: #8188CC;
}
.AnyTagClassName
{
color: #8188CC;
}
</style>
background-color css
<style>
a { background-color: #8188CC; }
a { background-color: rgb(129,136,204); }
div.DivClassName
{
background-color: #8188CC;
}
.BgClassName
{
background-color: #8188CC;
}
</style>
border-color css
<style>
span { border-color: #8188CC; }
span { border-color: rgb(129,136,204); }
td.TdClassName
{
border-color: #8188CC;
}
.TagClassName
{
border-color: #8188CC;
}
</style>