Shades of Portage #8A88D7
Tints of Portage #8A88D7
RGB
CMYK
RGB Variations
Color information
#8A88D7 (or 0x8A88D7) is known color: Portage. HEX triplet: 8A, 88 and D7. RGB value is (138,136,215). Sum of RGB (Red+Green+Blue) = 138+136+215=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A88D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A88D7 is #757728. Grayscale: #919191. Windows color (decimal): -7698217 or 14125194. OLE color: 14125194.
HSL color Cylindrical-coordinate representation of color #8A88D7: hue angle of 241.52º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A88D7 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 136 | 215 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.16 |
| HSL | 241.52º | 0.5% | 0.69% | - |
| HSV(B) | 241.52º | 0.37% | 0.84% | - |
| XYZ | 31.55 | 27.92 | 68.02 | - |
| YUV | 145.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 215 | 0.36 | 0.37 | 0 | 0.16 | 241.52 | 0.5 | 0.69 |
| Hex | 8A | 88 | D7 | 24 | 25 | 0 | 10 | F2 | 32 | 45 |
| Octal | 212 | 210 | 327 | 44 | 45 | 0 | 20 | 362 | 62 | 105 |
| Binary | 10001010 | 10001000 | 11010111 | 100100 | 100101 | 0 | 10000 | 11110010 | 110010 | 1000101 |
Color Harmonies of #8A88D7
Complementary color
Monochromatic Colors of #8A88D7
Black with #8A88D7
Text Example
Text Example
White with #8A88D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A88D7; }
p { color: rgb(138,136,215); }
H1.HeaderClassName
{
color: #8A88D7;
}
.AnyTagClassName
{
color: #8A88D7;
}
</style>
background-color css
<style>
a { background-color: #8A88D7; }
a { background-color: rgb(138,136,215); }
div.DivClassName
{
background-color: #8A88D7;
}
.BgClassName
{
background-color: #8A88D7;
}
</style>
border-color css
<style>
span { border-color: #8A88D7; }
span { border-color: rgb(138,136,215); }
td.TdClassName
{
border-color: #8A88D7;
}
.TagClassName
{
border-color: #8A88D7;
}
</style>