Shades of Portage #889DFA
Tints of Portage #889DFA
RGB
CMYK
RGB Variations
Color information
#889DFA (or 0x889DFA) is known color: Portage. HEX triplet: 88, 9D and FA. RGB value is (136,157,250). Sum of RGB (Red+Green+Blue) = 136+157+250=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #889DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFA is #776205. Grayscale: #A0A0A0. Windows color (decimal): -7823878 or 16424328. OLE color: 16424328.
HSL color Cylindrical-coordinate representation of color #889DFA: hue angle of 228.95º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889DFA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 157 | 250 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.02 |
| HSL | 228.95º | 0.92% | 0.76% | - |
| HSV(B) | 228.95º | 0.46% | 0.98% | - |
| XYZ | 39.47 | 36.25 | 95.36 | - |
| YUV | 161.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 250 | 0.46 | 0.37 | 0 | 0.02 | 228.95 | 0.92 | 0.76 |
| Hex | 88 | 9D | FA | 2E | 25 | 0 | 2 | E5 | 5C | 4C |
| Octal | 210 | 235 | 372 | 56 | 45 | 0 | 2 | 345 | 134 | 114 |
| Binary | 10001000 | 10011101 | 11111010 | 101110 | 100101 | 0 | 10 | 11100101 | 1011100 | 1001100 |
Color Harmonies of #889DFA
Complementary color
Monochromatic Colors of #889DFA
Black with #889DFA
Text Example
Text Example
White with #889DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DFA; }
p { color: rgb(136,157,250); }
H1.HeaderClassName
{
color: #889DFA;
}
.AnyTagClassName
{
color: #889DFA;
}
</style>
background-color css
<style>
a { background-color: #889DFA; }
a { background-color: rgb(136,157,250); }
div.DivClassName
{
background-color: #889DFA;
}
.BgClassName
{
background-color: #889DFA;
}
</style>
border-color css
<style>
span { border-color: #889DFA; }
span { border-color: rgb(136,157,250); }
td.TdClassName
{
border-color: #889DFA;
}
.TagClassName
{
border-color: #889DFA;
}
</style>