Shades of Portage #889CF2
Tints of Portage #889CF2
RGB
CMYK
RGB Variations
Color information
#889CF2 (or 0x889CF2) is known color: Portage. HEX triplet: 88, 9C and F2. RGB value is (136,156,242). Sum of RGB (Red+Green+Blue) = 136+156+242=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #889CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889CF2 is #77630D. Grayscale: #9F9F9F. Windows color (decimal): -7824142 or 15899784. OLE color: 15899784.
HSL color Cylindrical-coordinate representation of color #889CF2: hue angle of 228.68º degrees, saturation: 0.8, 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 #889CF2 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 156 | 242 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.05 |
| HSL | 228.68º | 0.8% | 0.74% | - |
| HSV(B) | 228.68º | 0.44% | 0.95% | - |
| XYZ | 38.07 | 35.42 | 88.84 | - |
| YUV | 159.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 242 | 0.44 | 0.36 | 0 | 0.05 | 228.68 | 0.8 | 0.74 |
| Hex | 88 | 9C | F2 | 2C | 24 | 0 | 5 | E5 | 50 | 4A |
| Octal | 210 | 234 | 362 | 54 | 44 | 0 | 5 | 345 | 120 | 112 |
| Binary | 10001000 | 10011100 | 11110010 | 101100 | 100100 | 0 | 101 | 11100101 | 1010000 | 1001010 |
Color Harmonies of #889CF2
Complementary color
Monochromatic Colors of #889CF2
Black with #889CF2
Text Example
Text Example
White with #889CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CF2; }
p { color: rgb(136,156,242); }
H1.HeaderClassName
{
color: #889CF2;
}
.AnyTagClassName
{
color: #889CF2;
}
</style>
background-color css
<style>
a { background-color: #889CF2; }
a { background-color: rgb(136,156,242); }
div.DivClassName
{
background-color: #889CF2;
}
.BgClassName
{
background-color: #889CF2;
}
</style>
border-color css
<style>
span { border-color: #889CF2; }
span { border-color: rgb(136,156,242); }
td.TdClassName
{
border-color: #889CF2;
}
.TagClassName
{
border-color: #889CF2;
}
</style>