Shades of Portage #8888DA
Tints of Portage #8888DA
RGB
CMYK
RGB Variations
Color information
#8888DA (or 0x8888DA) is known color: Portage. HEX triplet: 88, 88 and DA. RGB value is (136,136,218). Sum of RGB (Red+Green+Blue) = 136+136+218=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #8888DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8888DA is #777725. Grayscale: #919191. Windows color (decimal): -7829286 or 14321800. OLE color: 14321800.
HSL color Cylindrical-coordinate representation of color #8888DA: hue angle of 240º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8888DA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 136 | 218 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.15 |
| HSL | 240º | 0.53% | 0.69% | - |
| HSV(B) | 240º | 0.38% | 0.85% | - |
| XYZ | 31.61 | 27.9 | 70.05 | - |
| YUV | 145.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 218 | 0.38 | 0.38 | 0 | 0.15 | 240 | 0.53 | 0.69 |
| Hex | 88 | 88 | DA | 26 | 26 | 0 | F | F0 | 35 | 45 |
| Octal | 210 | 210 | 332 | 46 | 46 | 0 | 17 | 360 | 65 | 105 |
| Binary | 10001000 | 10001000 | 11011010 | 100110 | 100110 | 0 | 1111 | 11110000 | 110101 | 1000101 |
Color Harmonies of #8888DA
Complementary color
Monochromatic Colors of #8888DA
Black with #8888DA
Text Example
Text Example
White with #8888DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888DA; }
p { color: rgb(136,136,218); }
H1.HeaderClassName
{
color: #8888DA;
}
.AnyTagClassName
{
color: #8888DA;
}
</style>
background-color css
<style>
a { background-color: #8888DA; }
a { background-color: rgb(136,136,218); }
div.DivClassName
{
background-color: #8888DA;
}
.BgClassName
{
background-color: #8888DA;
}
</style>
border-color css
<style>
span { border-color: #8888DA; }
span { border-color: rgb(136,136,218); }
td.TdClassName
{
border-color: #8888DA;
}
.TagClassName
{
border-color: #8888DA;
}
</style>