Shades of Portage #8898DF
Tints of Portage #8898DF
RGB
CMYK
RGB Variations
Color information
#8898DF (or 0x8898DF) is known color: Portage. HEX triplet: 88, 98 and DF. RGB value is (136,152,223). Sum of RGB (Red+Green+Blue) = 136+152+223=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #8898DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898DF is #776720. Grayscale: #9B9B9B. Windows color (decimal): -7825185 or 14653576. OLE color: 14653576.
HSL color Cylindrical-coordinate representation of color #8898DF: hue angle of 228.97º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8898DF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 152 | 223 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.13 |
| HSL | 228.97º | 0.58% | 0.7% | - |
| HSV(B) | 228.97º | 0.39% | 0.87% | - |
| XYZ | 34.7 | 33.02 | 74.36 | - |
| YUV | 155.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 223 | 0.39 | 0.32 | 0 | 0.13 | 228.97 | 0.58 | 0.7 |
| Hex | 88 | 98 | DF | 27 | 20 | 0 | D | E5 | 3A | 46 |
| Octal | 210 | 230 | 337 | 47 | 40 | 0 | 15 | 345 | 72 | 106 |
| Binary | 10001000 | 10011000 | 11011111 | 100111 | 100000 | 0 | 1101 | 11100101 | 111010 | 1000110 |
Color Harmonies of #8898DF
Complementary color
Monochromatic Colors of #8898DF
Black with #8898DF
Text Example
Text Example
White with #8898DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898DF; }
p { color: rgb(136,152,223); }
H1.HeaderClassName
{
color: #8898DF;
}
.AnyTagClassName
{
color: #8898DF;
}
</style>
background-color css
<style>
a { background-color: #8898DF; }
a { background-color: rgb(136,152,223); }
div.DivClassName
{
background-color: #8898DF;
}
.BgClassName
{
background-color: #8898DF;
}
</style>
border-color css
<style>
span { border-color: #8898DF; }
span { border-color: rgb(136,152,223); }
td.TdClassName
{
border-color: #8898DF;
}
.TagClassName
{
border-color: #8898DF;
}
</style>