Shades of Portage #8895DA
Tints of Portage #8895DA
RGB
CMYK
RGB Variations
Color information
#8895DA (or 0x8895DA) is known color: Portage. HEX triplet: 88, 95 and DA. RGB value is (136,149,218). Sum of RGB (Red+Green+Blue) = 136+149+218=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #8895DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895DA is #776A25. Grayscale: #989898. Windows color (decimal): -7825958 or 14325128. OLE color: 14325128.
HSL color Cylindrical-coordinate representation of color #8895DA: hue angle of 230.49º 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 #8895DA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 149 | 218 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.15 |
| HSL | 230.49º | 0.53% | 0.69% | - |
| HSV(B) | 230.49º | 0.38% | 0.85% | - |
| XYZ | 33.56 | 31.79 | 70.7 | - |
| YUV | 152.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 218 | 0.38 | 0.32 | 0 | 0.15 | 230.49 | 0.53 | 0.69 |
| Hex | 88 | 95 | DA | 26 | 20 | 0 | F | E6 | 35 | 45 |
| Octal | 210 | 225 | 332 | 46 | 40 | 0 | 17 | 346 | 65 | 105 |
| Binary | 10001000 | 10010101 | 11011010 | 100110 | 100000 | 0 | 1111 | 11100110 | 110101 | 1000101 |
Color Harmonies of #8895DA
Complementary color
Monochromatic Colors of #8895DA
Black with #8895DA
Text Example
Text Example
White with #8895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895DA; }
p { color: rgb(136,149,218); }
H1.HeaderClassName
{
color: #8895DA;
}
.AnyTagClassName
{
color: #8895DA;
}
</style>
background-color css
<style>
a { background-color: #8895DA; }
a { background-color: rgb(136,149,218); }
div.DivClassName
{
background-color: #8895DA;
}
.BgClassName
{
background-color: #8895DA;
}
</style>
border-color css
<style>
span { border-color: #8895DA; }
span { border-color: rgb(136,149,218); }
td.TdClassName
{
border-color: #8895DA;
}
.TagClassName
{
border-color: #8895DA;
}
</style>