Shades of Portage #899DF3
Tints of Portage #899DF3
RGB
CMYK
RGB Variations
Color information
#899DF3 (or 0x899DF3) is known color: Portage. HEX triplet: 89, 9D and F3. RGB value is (137,157,243). Sum of RGB (Red+Green+Blue) = 137+157+243=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #899DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DF3 is #76620C. Grayscale: #A0A0A0. Windows color (decimal): -7758349 or 15965577. OLE color: 15965577.
HSL color Cylindrical-coordinate representation of color #899DF3: hue angle of 228.68º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899DF3 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 157 | 243 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.05 |
| HSL | 228.68º | 0.82% | 0.75% | - |
| HSV(B) | 228.68º | 0.44% | 0.95% | - |
| XYZ | 38.55 | 35.9 | 89.69 | - |
| YUV | 160.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 243 | 0.44 | 0.35 | 0 | 0.05 | 228.68 | 0.82 | 0.75 |
| Hex | 89 | 9D | F3 | 2C | 23 | 0 | 5 | E5 | 52 | 4B |
| Octal | 211 | 235 | 363 | 54 | 43 | 0 | 5 | 345 | 122 | 113 |
| Binary | 10001001 | 10011101 | 11110011 | 101100 | 100011 | 0 | 101 | 11100101 | 1010010 | 1001011 |
Color Harmonies of #899DF3
Complementary color
Monochromatic Colors of #899DF3
Black with #899DF3
Text Example
Text Example
White with #899DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DF3; }
p { color: rgb(137,157,243); }
H1.HeaderClassName
{
color: #899DF3;
}
.AnyTagClassName
{
color: #899DF3;
}
</style>
background-color css
<style>
a { background-color: #899DF3; }
a { background-color: rgb(137,157,243); }
div.DivClassName
{
background-color: #899DF3;
}
.BgClassName
{
background-color: #899DF3;
}
</style>
border-color css
<style>
span { border-color: #899DF3; }
span { border-color: rgb(137,157,243); }
td.TdClassName
{
border-color: #899DF3;
}
.TagClassName
{
border-color: #899DF3;
}
</style>