Shades of Portage #899DF6
Tints of Portage #899DF6
RGB
CMYK
RGB Variations
Color information
#899DF6 (or 0x899DF6) is known color: Portage. HEX triplet: 89, 9D and F6. RGB value is (137,157,246). Sum of RGB (Red+Green+Blue) = 137+157+246=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #899DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DF6 is #766209. Grayscale: #A0A0A0. Windows color (decimal): -7758346 or 16162185. OLE color: 16162185.
HSL color Cylindrical-coordinate representation of color #899DF6: hue angle of 228.99º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899DF6 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 157 | 246 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.04 |
| HSL | 228.99º | 0.86% | 0.75% | - |
| HSV(B) | 228.99º | 0.44% | 0.96% | - |
| XYZ | 39.01 | 36.09 | 92.1 | - |
| YUV | 161.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 246 | 0.44 | 0.36 | 0 | 0.04 | 228.99 | 0.86 | 0.75 |
| Hex | 89 | 9D | F6 | 2C | 24 | 0 | 4 | E5 | 56 | 4B |
| Octal | 211 | 235 | 366 | 54 | 44 | 0 | 4 | 345 | 126 | 113 |
| Binary | 10001001 | 10011101 | 11110110 | 101100 | 100100 | 0 | 100 | 11100101 | 1010110 | 1001011 |
Color Harmonies of #899DF6
Complementary color
Monochromatic Colors of #899DF6
Black with #899DF6
Text Example
Text Example
White with #899DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DF6; }
p { color: rgb(137,157,246); }
H1.HeaderClassName
{
color: #899DF6;
}
.AnyTagClassName
{
color: #899DF6;
}
</style>
background-color css
<style>
a { background-color: #899DF6; }
a { background-color: rgb(137,157,246); }
div.DivClassName
{
background-color: #899DF6;
}
.BgClassName
{
background-color: #899DF6;
}
</style>
border-color css
<style>
span { border-color: #899DF6; }
span { border-color: rgb(137,157,246); }
td.TdClassName
{
border-color: #899DF6;
}
.TagClassName
{
border-color: #899DF6;
}
</style>