Shades of Portage #889AFB
Tints of Portage #889AFB
RGB
CMYK
RGB Variations
Color information
#889AFB (or 0x889AFB) is known color: Portage. HEX triplet: 88, 9A and FB. RGB value is (136,154,251). Sum of RGB (Red+Green+Blue) = 136+154+251=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #889AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AFB is #776504. Grayscale: #9F9F9F. Windows color (decimal): -7824645 or 16489096. OLE color: 16489096.
HSL color Cylindrical-coordinate representation of color #889AFB: hue angle of 230.61º degrees, saturation: 0.93, 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 #889AFB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 154 | 251 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.02 |
| HSL | 230.61º | 0.93% | 0.76% | - |
| HSV(B) | 230.61º | 0.46% | 0.98% | - |
| XYZ | 39.12 | 35.31 | 96.02 | - |
| YUV | 159.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 251 | 0.46 | 0.39 | 0 | 0.02 | 230.61 | 0.93 | 0.76 |
| Hex | 88 | 9A | FB | 2E | 27 | 0 | 2 | E7 | 5D | 4C |
| Octal | 210 | 232 | 373 | 56 | 47 | 0 | 2 | 347 | 135 | 114 |
| Binary | 10001000 | 10011010 | 11111011 | 101110 | 100111 | 0 | 10 | 11100111 | 1011101 | 1001100 |
Color Harmonies of #889AFB
Complementary color
Monochromatic Colors of #889AFB
Black with #889AFB
Text Example
Text Example
White with #889AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AFB; }
p { color: rgb(136,154,251); }
H1.HeaderClassName
{
color: #889AFB;
}
.AnyTagClassName
{
color: #889AFB;
}
</style>
background-color css
<style>
a { background-color: #889AFB; }
a { background-color: rgb(136,154,251); }
div.DivClassName
{
background-color: #889AFB;
}
.BgClassName
{
background-color: #889AFB;
}
</style>
border-color css
<style>
span { border-color: #889AFB; }
span { border-color: rgb(136,154,251); }
td.TdClassName
{
border-color: #889AFB;
}
.TagClassName
{
border-color: #889AFB;
}
</style>