Shades of Portage #899DCE
Tints of Portage #899DCE
RGB
CMYK
RGB Variations
Color information
#899DCE (or 0x899DCE) is known color: Portage. HEX triplet: 89, 9D and CE. RGB value is (137,157,206). Sum of RGB (Red+Green+Blue) = 137+157+206=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #899DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DCE is #766231. Grayscale: #9C9C9C. Windows color (decimal): -7758386 or 13540745. OLE color: 13540745.
HSL color Cylindrical-coordinate representation of color #899DCE: hue angle of 222.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899DCE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 157 | 206 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.19 |
| HSL | 222.61º | 0.41% | 0.67% | - |
| HSV(B) | 222.61º | 0.33% | 0.81% | - |
| XYZ | 33.51 | 33.89 | 63.17 | - |
| YUV | 156.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 206 | 0.33 | 0.24 | 0 | 0.19 | 222.61 | 0.41 | 0.67 |
| Hex | 89 | 9D | CE | 21 | 18 | 0 | 13 | DF | 29 | 43 |
| Octal | 211 | 235 | 316 | 41 | 30 | 0 | 23 | 337 | 51 | 103 |
| Binary | 10001001 | 10011101 | 11001110 | 100001 | 11000 | 0 | 10011 | 11011111 | 101001 | 1000011 |
Color Harmonies of #899DCE
Complementary color
Monochromatic Colors of #899DCE
Black with #899DCE
Text Example
Text Example
White with #899DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DCE; }
p { color: rgb(137,157,206); }
H1.HeaderClassName
{
color: #899DCE;
}
.AnyTagClassName
{
color: #899DCE;
}
</style>
background-color css
<style>
a { background-color: #899DCE; }
a { background-color: rgb(137,157,206); }
div.DivClassName
{
background-color: #899DCE;
}
.BgClassName
{
background-color: #899DCE;
}
</style>
border-color css
<style>
span { border-color: #899DCE; }
span { border-color: rgb(137,157,206); }
td.TdClassName
{
border-color: #899DCE;
}
.TagClassName
{
border-color: #899DCE;
}
</style>