Shades of Portage #899CDD
Tints of Portage #899CDD
RGB
CMYK
RGB Variations
Color information
#899CDD (or 0x899CDD) is known color: Portage. HEX triplet: 89, 9C and DD. RGB value is (137,156,221). Sum of RGB (Red+Green+Blue) = 137+156+221=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #899CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CDD is #766322. Grayscale: #9D9D9D. Windows color (decimal): -7758627 or 14523529. OLE color: 14523529.
HSL color Cylindrical-coordinate representation of color #899CDD: hue angle of 226.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899CDD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 156 | 221 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.13 |
| HSL | 226.43º | 0.55% | 0.7% | - |
| HSV(B) | 226.43º | 0.38% | 0.87% | - |
| XYZ | 35.26 | 34.32 | 73.17 | - |
| YUV | 157.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 221 | 0.38 | 0.29 | 0 | 0.13 | 226.43 | 0.55 | 0.7 |
| Hex | 89 | 9C | DD | 26 | 1D | 0 | D | E2 | 37 | 46 |
| Octal | 211 | 234 | 335 | 46 | 35 | 0 | 15 | 342 | 67 | 106 |
| Binary | 10001001 | 10011100 | 11011101 | 100110 | 11101 | 0 | 1101 | 11100010 | 110111 | 1000110 |
Color Harmonies of #899CDD
Complementary color
Monochromatic Colors of #899CDD
Black with #899CDD
Text Example
Text Example
White with #899CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CDD; }
p { color: rgb(137,156,221); }
H1.HeaderClassName
{
color: #899CDD;
}
.AnyTagClassName
{
color: #899CDD;
}
</style>
background-color css
<style>
a { background-color: #899CDD; }
a { background-color: rgb(137,156,221); }
div.DivClassName
{
background-color: #899CDD;
}
.BgClassName
{
background-color: #899CDD;
}
</style>
border-color css
<style>
span { border-color: #899CDD; }
span { border-color: rgb(137,156,221); }
td.TdClassName
{
border-color: #899CDD;
}
.TagClassName
{
border-color: #899CDD;
}
</style>