Shades of Portage #889EF8
Tints of Portage #889EF8
RGB
CMYK
RGB Variations
Color information
#889EF8 (or 0x889EF8) is known color: Portage. HEX triplet: 88, 9E and F8. RGB value is (136,158,248). Sum of RGB (Red+Green+Blue) = 136+158+248=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #889EF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889EF8 is #776107. Grayscale: #A1A1A1. Windows color (decimal): -7823624 or 16293512. OLE color: 16293512.
HSL color Cylindrical-coordinate representation of color #889EF8: hue angle of 228.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889EF8 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 158 | 248 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.03 |
| HSL | 228.21º | 0.89% | 0.75% | - |
| HSV(B) | 228.21º | 0.45% | 0.97% | - |
| XYZ | 39.32 | 36.47 | 93.77 | - |
| YUV | 161.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 248 | 0.45 | 0.36 | 0 | 0.03 | 228.21 | 0.89 | 0.75 |
| Hex | 88 | 9E | F8 | 2D | 24 | 0 | 3 | E4 | 59 | 4B |
| Octal | 210 | 236 | 370 | 55 | 44 | 0 | 3 | 344 | 131 | 113 |
| Binary | 10001000 | 10011110 | 11111000 | 101101 | 100100 | 0 | 11 | 11100100 | 1011001 | 1001011 |
Color Harmonies of #889EF8
Complementary color
Monochromatic Colors of #889EF8
Black with #889EF8
Text Example
Text Example
White with #889EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EF8; }
p { color: rgb(136,158,248); }
H1.HeaderClassName
{
color: #889EF8;
}
.AnyTagClassName
{
color: #889EF8;
}
</style>
background-color css
<style>
a { background-color: #889EF8; }
a { background-color: rgb(136,158,248); }
div.DivClassName
{
background-color: #889EF8;
}
.BgClassName
{
background-color: #889EF8;
}
</style>
border-color css
<style>
span { border-color: #889EF8; }
span { border-color: rgb(136,158,248); }
td.TdClassName
{
border-color: #889EF8;
}
.TagClassName
{
border-color: #889EF8;
}
</style>