Shades of Portage #8898DA
Tints of Portage #8898DA
RGB
CMYK
RGB Variations
Color information
#8898DA (or 0x8898DA) is known color: Portage. HEX triplet: 88, 98 and DA. RGB value is (136,152,218). Sum of RGB (Red+Green+Blue) = 136+152+218=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #8898DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DA is #776725. Grayscale: #9A9A9A. Windows color (decimal): -7825190 or 14325896. OLE color: 14325896.
HSL color Cylindrical-coordinate representation of color #8898DA: hue angle of 228.29º 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 #8898DA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 152 | 218 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.15 |
| HSL | 228.29º | 0.53% | 0.69% | - |
| HSV(B) | 228.29º | 0.38% | 0.85% | - |
| XYZ | 34.04 | 32.75 | 70.86 | - |
| YUV | 154.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 218 | 0.38 | 0.30 | 0 | 0.15 | 228.29 | 0.53 | 0.69 |
| Hex | 88 | 98 | DA | 26 | 1E | 0 | F | E4 | 35 | 45 |
| Octal | 210 | 230 | 332 | 46 | 36 | 0 | 17 | 344 | 65 | 105 |
| Binary | 10001000 | 10011000 | 11011010 | 100110 | 11110 | 0 | 1111 | 11100100 | 110101 | 1000101 |
Color Harmonies of #8898DA
Complementary color
Monochromatic Colors of #8898DA
Black with #8898DA
Text Example
Text Example
White with #8898DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898DA; }
p { color: rgb(136,152,218); }
H1.HeaderClassName
{
color: #8898DA;
}
.AnyTagClassName
{
color: #8898DA;
}
</style>
background-color css
<style>
a { background-color: #8898DA; }
a { background-color: rgb(136,152,218); }
div.DivClassName
{
background-color: #8898DA;
}
.BgClassName
{
background-color: #8898DA;
}
</style>
border-color css
<style>
span { border-color: #8898DA; }
span { border-color: rgb(136,152,218); }
td.TdClassName
{
border-color: #8898DA;
}
.TagClassName
{
border-color: #8898DA;
}
</style>