Shades of Portage #899BDC
Tints of Portage #899BDC
RGB
CMYK
RGB Variations
Color information
#899BDC (or 0x899BDC) is known color: Portage. HEX triplet: 89, 9B and DC. RGB value is (137,155,220). Sum of RGB (Red+Green+Blue) = 137+155+220=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #899BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BDC is #766423. Grayscale: #9C9C9C. Windows color (decimal): -7758884 or 14457737. OLE color: 14457737.
HSL color Cylindrical-coordinate representation of color #899BDC: hue angle of 226.99º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899BDC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 155 | 220 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.14 |
| HSL | 226.99º | 0.54% | 0.7% | - |
| HSV(B) | 226.99º | 0.38% | 0.86% | - |
| XYZ | 34.96 | 33.93 | 72.42 | - |
| YUV | 157.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 220 | 0.38 | 0.30 | 0 | 0.14 | 226.99 | 0.54 | 0.7 |
| Hex | 89 | 9B | DC | 26 | 1E | 0 | E | E3 | 36 | 46 |
| Octal | 211 | 233 | 334 | 46 | 36 | 0 | 16 | 343 | 66 | 106 |
| Binary | 10001001 | 10011011 | 11011100 | 100110 | 11110 | 0 | 1110 | 11100011 | 110110 | 1000110 |
Color Harmonies of #899BDC
Complementary color
Monochromatic Colors of #899BDC
Black with #899BDC
Text Example
Text Example
White with #899BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BDC; }
p { color: rgb(137,155,220); }
H1.HeaderClassName
{
color: #899BDC;
}
.AnyTagClassName
{
color: #899BDC;
}
</style>
background-color css
<style>
a { background-color: #899BDC; }
a { background-color: rgb(137,155,220); }
div.DivClassName
{
background-color: #899BDC;
}
.BgClassName
{
background-color: #899BDC;
}
</style>
border-color css
<style>
span { border-color: #899BDC; }
span { border-color: rgb(137,155,220); }
td.TdClassName
{
border-color: #899BDC;
}
.TagClassName
{
border-color: #899BDC;
}
</style>