Shades of Portage #899DD2
Tints of Portage #899DD2
RGB
CMYK
RGB Variations
Color information
#899DD2 (or 0x899DD2) is known color: Portage. HEX triplet: 89, 9D and D2. RGB value is (137,157,210). Sum of RGB (Red+Green+Blue) = 137+157+210=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #899DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DD2 is #76622D. Grayscale: #9C9C9C. Windows color (decimal): -7758382 or 13802889. OLE color: 13802889.
HSL color Cylindrical-coordinate representation of color #899DD2: hue angle of 223.56º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899DD2 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 157 | 210 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.18 |
| HSL | 223.56º | 0.45% | 0.68% | - |
| HSV(B) | 223.56º | 0.35% | 0.82% | - |
| XYZ | 34.01 | 34.09 | 65.76 | - |
| YUV | 157.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 210 | 0.35 | 0.25 | 0 | 0.18 | 223.56 | 0.45 | 0.68 |
| Hex | 89 | 9D | D2 | 23 | 19 | 0 | 12 | E0 | 2D | 44 |
| Octal | 211 | 235 | 322 | 43 | 31 | 0 | 22 | 340 | 55 | 104 |
| Binary | 10001001 | 10011101 | 11010010 | 100011 | 11001 | 0 | 10010 | 11100000 | 101101 | 1000100 |
Color Harmonies of #899DD2
Complementary color
Monochromatic Colors of #899DD2
Black with #899DD2
Text Example
Text Example
White with #899DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DD2; }
p { color: rgb(137,157,210); }
H1.HeaderClassName
{
color: #899DD2;
}
.AnyTagClassName
{
color: #899DD2;
}
</style>
background-color css
<style>
a { background-color: #899DD2; }
a { background-color: rgb(137,157,210); }
div.DivClassName
{
background-color: #899DD2;
}
.BgClassName
{
background-color: #899DD2;
}
</style>
border-color css
<style>
span { border-color: #899DD2; }
span { border-color: rgb(137,157,210); }
td.TdClassName
{
border-color: #899DD2;
}
.TagClassName
{
border-color: #899DD2;
}
</style>