Shades of Portage #899CDF
Tints of Portage #899CDF
RGB
CMYK
RGB Variations
Color information
#899CDF (or 0x899CDF) is known color: Portage. HEX triplet: 89, 9C and DF. RGB value is (137,156,223). Sum of RGB (Red+Green+Blue) = 137+156+223=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #899CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CDF is #766320. Grayscale: #9D9D9D. Windows color (decimal): -7758625 or 14654601. OLE color: 14654601.
HSL color Cylindrical-coordinate representation of color #899CDF: hue angle of 226.74º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899CDF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 156 | 223 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.13 |
| HSL | 226.74º | 0.57% | 0.71% | - |
| HSV(B) | 226.74º | 0.39% | 0.87% | - |
| XYZ | 35.52 | 34.42 | 74.58 | - |
| YUV | 157.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 223 | 0.39 | 0.30 | 0 | 0.13 | 226.74 | 0.57 | 0.71 |
| Hex | 89 | 9C | DF | 27 | 1E | 0 | D | E3 | 39 | 47 |
| Octal | 211 | 234 | 337 | 47 | 36 | 0 | 15 | 343 | 71 | 107 |
| Binary | 10001001 | 10011100 | 11011111 | 100111 | 11110 | 0 | 1101 | 11100011 | 111001 | 1000111 |
Color Harmonies of #899CDF
Complementary color
Monochromatic Colors of #899CDF
Black with #899CDF
Text Example
Text Example
White with #899CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899CDF; }
p { color: rgb(137,156,223); }
H1.HeaderClassName
{
color: #899CDF;
}
.AnyTagClassName
{
color: #899CDF;
}
</style>
background-color css
<style>
a { background-color: #899CDF; }
a { background-color: rgb(137,156,223); }
div.DivClassName
{
background-color: #899CDF;
}
.BgClassName
{
background-color: #899CDF;
}
</style>
border-color css
<style>
span { border-color: #899CDF; }
span { border-color: rgb(137,156,223); }
td.TdClassName
{
border-color: #899CDF;
}
.TagClassName
{
border-color: #899CDF;
}
</style>