Shades of Portage #899CCD
Tints of Portage #899CCD
RGB
CMYK
RGB Variations
Color information
#899CCD (or 0x899CCD) is known color: Portage. HEX triplet: 89, 9C and CD. RGB value is (137,156,205). Sum of RGB (Red+Green+Blue) = 137+156+205=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #899CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CCD is #766332. Grayscale: #9B9B9B. Windows color (decimal): -7758643 or 13474953. OLE color: 13474953.
HSL color Cylindrical-coordinate representation of color #899CCD: hue angle of 223.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899CCD is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 156 | 205 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.20 |
| HSL | 223.24º | 0.4% | 0.67% | - |
| HSV(B) | 223.24º | 0.33% | 0.8% | - |
| XYZ | 33.22 | 33.5 | 62.47 | - |
| YUV | 155.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 205 | 0.33 | 0.24 | 0 | 0.20 | 223.24 | 0.4 | 0.67 |
| Hex | 89 | 9C | CD | 21 | 18 | 0 | 14 | DF | 28 | 43 |
| Octal | 211 | 234 | 315 | 41 | 30 | 0 | 24 | 337 | 50 | 103 |
| Binary | 10001001 | 10011100 | 11001101 | 100001 | 11000 | 0 | 10100 | 11011111 | 101000 | 1000011 |
Color Harmonies of #899CCD
Complementary color
Monochromatic Colors of #899CCD
Black with #899CCD
Text Example
Text Example
White with #899CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CCD; }
p { color: rgb(137,156,205); }
H1.HeaderClassName
{
color: #899CCD;
}
.AnyTagClassName
{
color: #899CCD;
}
</style>
background-color css
<style>
a { background-color: #899CCD; }
a { background-color: rgb(137,156,205); }
div.DivClassName
{
background-color: #899CCD;
}
.BgClassName
{
background-color: #899CCD;
}
</style>
border-color css
<style>
span { border-color: #899CCD; }
span { border-color: rgb(137,156,205); }
td.TdClassName
{
border-color: #899CCD;
}
.TagClassName
{
border-color: #899CCD;
}
</style>