Shades of Portage #898CF2
Tints of Portage #898CF2
RGB
CMYK
RGB Variations
Color information
#898CF2 (or 0x898CF2) is known color: Portage. HEX triplet: 89, 8C and F2. RGB value is (137,140,242). Sum of RGB (Red+Green+Blue) = 137+140+242=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #898CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CF2 is #76730D. Grayscale: #969696. Windows color (decimal): -7762702 or 15895689. OLE color: 15895689.
HSL color Cylindrical-coordinate representation of color #898CF2: hue angle of 238.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898CF2 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 140 | 242 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.05 |
| HSL | 238.29º | 0.8% | 0.74% | - |
| HSV(B) | 238.29º | 0.43% | 0.95% | - |
| XYZ | 35.72 | 30.49 | 88.01 | - |
| YUV | 150.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 242 | 0.43 | 0.42 | 0 | 0.05 | 238.29 | 0.8 | 0.74 |
| Hex | 89 | 8C | F2 | 2B | 2A | 0 | 5 | EE | 50 | 4A |
| Octal | 211 | 214 | 362 | 53 | 52 | 0 | 5 | 356 | 120 | 112 |
| Binary | 10001001 | 10001100 | 11110010 | 101011 | 101010 | 0 | 101 | 11101110 | 1010000 | 1001010 |
Color Harmonies of #898CF2
Complementary color
Monochromatic Colors of #898CF2
Black with #898CF2
Text Example
Text Example
White with #898CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CF2; }
p { color: rgb(137,140,242); }
H1.HeaderClassName
{
color: #898CF2;
}
.AnyTagClassName
{
color: #898CF2;
}
</style>
background-color css
<style>
a { background-color: #898CF2; }
a { background-color: rgb(137,140,242); }
div.DivClassName
{
background-color: #898CF2;
}
.BgClassName
{
background-color: #898CF2;
}
</style>
border-color css
<style>
span { border-color: #898CF2; }
span { border-color: rgb(137,140,242); }
td.TdClassName
{
border-color: #898CF2;
}
.TagClassName
{
border-color: #898CF2;
}
</style>