Shades of Portage #899AF2
Tints of Portage #899AF2
RGB
CMYK
RGB Variations
Color information
#899AF2 (or 0x899AF2) is known color: Portage. HEX triplet: 89, 9A and F2. RGB value is (137,154,242). Sum of RGB (Red+Green+Blue) = 137+154+242=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #899AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AF2 is #76650D. Grayscale: #9E9E9E. Windows color (decimal): -7759118 or 15899273. OLE color: 15899273.
HSL color Cylindrical-coordinate representation of color #899AF2: hue angle of 230.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 #899AF2 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 154 | 242 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.05 |
| HSL | 230.29º | 0.8% | 0.74% | - |
| HSV(B) | 230.29º | 0.43% | 0.95% | - |
| XYZ | 37.9 | 34.84 | 88.73 | - |
| YUV | 158.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 242 | 0.43 | 0.36 | 0 | 0.05 | 230.29 | 0.8 | 0.74 |
| Hex | 89 | 9A | F2 | 2B | 24 | 0 | 5 | E6 | 50 | 4A |
| Octal | 211 | 232 | 362 | 53 | 44 | 0 | 5 | 346 | 120 | 112 |
| Binary | 10001001 | 10011010 | 11110010 | 101011 | 100100 | 0 | 101 | 11100110 | 1010000 | 1001010 |
Color Harmonies of #899AF2
Complementary color
Monochromatic Colors of #899AF2
Black with #899AF2
Text Example
Text Example
White with #899AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899AF2; }
p { color: rgb(137,154,242); }
H1.HeaderClassName
{
color: #899AF2;
}
.AnyTagClassName
{
color: #899AF2;
}
</style>
background-color css
<style>
a { background-color: #899AF2; }
a { background-color: rgb(137,154,242); }
div.DivClassName
{
background-color: #899AF2;
}
.BgClassName
{
background-color: #899AF2;
}
</style>
border-color css
<style>
span { border-color: #899AF2; }
span { border-color: rgb(137,154,242); }
td.TdClassName
{
border-color: #899AF2;
}
.TagClassName
{
border-color: #899AF2;
}
</style>