Shades of Portage #889AF3
Tints of Portage #889AF3
RGB
CMYK
RGB Variations
Color information
#889AF3 (or 0x889AF3) is known color: Portage. HEX triplet: 88, 9A and F3. RGB value is (136,154,243). Sum of RGB (Red+Green+Blue) = 136+154+243=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #889AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889AF3 is #77650C. Grayscale: #9E9E9E. Windows color (decimal): -7824653 or 15964808. OLE color: 15964808.
HSL color Cylindrical-coordinate representation of color #889AF3: hue angle of 229.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #889AF3 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 154 | 243 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.05 |
| HSL | 229.91º | 0.82% | 0.74% | - |
| HSV(B) | 229.91º | 0.44% | 0.95% | - |
| XYZ | 37.89 | 34.82 | 89.52 | - |
| YUV | 158.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 243 | 0.44 | 0.37 | 0 | 0.05 | 229.91 | 0.82 | 0.74 |
| Hex | 88 | 9A | F3 | 2C | 25 | 0 | 5 | E6 | 52 | 4A |
| Octal | 210 | 232 | 363 | 54 | 45 | 0 | 5 | 346 | 122 | 112 |
| Binary | 10001000 | 10011010 | 11110011 | 101100 | 100101 | 0 | 101 | 11100110 | 1010010 | 1001010 |
Color Harmonies of #889AF3
Complementary color
Monochromatic Colors of #889AF3
Black with #889AF3
Text Example
Text Example
White with #889AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AF3; }
p { color: rgb(136,154,243); }
H1.HeaderClassName
{
color: #889AF3;
}
.AnyTagClassName
{
color: #889AF3;
}
</style>
background-color css
<style>
a { background-color: #889AF3; }
a { background-color: rgb(136,154,243); }
div.DivClassName
{
background-color: #889AF3;
}
.BgClassName
{
background-color: #889AF3;
}
</style>
border-color css
<style>
span { border-color: #889AF3; }
span { border-color: rgb(136,154,243); }
td.TdClassName
{
border-color: #889AF3;
}
.TagClassName
{
border-color: #889AF3;
}
</style>