Shades of Portage #899DED
Tints of Portage #899DED
RGB
CMYK
RGB Variations
Color information
#899DED (or 0x899DED) is known color: Portage. HEX triplet: 89, 9D and ED. RGB value is (137,157,237). Sum of RGB (Red+Green+Blue) = 137+157+237=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #899DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DED is #766212. Grayscale: #9F9F9F. Windows color (decimal): -7758355 or 15572361. OLE color: 15572361.
HSL color Cylindrical-coordinate representation of color #899DED: hue angle of 228º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899DED is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 157 | 237 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.07 |
| HSL | 228º | 0.74% | 0.73% | - |
| HSV(B) | 228º | 0.42% | 0.93% | - |
| XYZ | 37.66 | 35.55 | 85 | - |
| YUV | 160.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 237 | 0.42 | 0.34 | 0 | 0.07 | 228 | 0.74 | 0.73 |
| Hex | 89 | 9D | ED | 2A | 22 | 0 | 7 | E4 | 4A | 49 |
| Octal | 211 | 235 | 355 | 52 | 42 | 0 | 7 | 344 | 112 | 111 |
| Binary | 10001001 | 10011101 | 11101101 | 101010 | 100010 | 0 | 111 | 11100100 | 1001010 | 1001001 |
Color Harmonies of #899DED
Complementary color
Monochromatic Colors of #899DED
Black with #899DED
Text Example
Text Example
White with #899DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DED; }
p { color: rgb(137,157,237); }
H1.HeaderClassName
{
color: #899DED;
}
.AnyTagClassName
{
color: #899DED;
}
</style>
background-color css
<style>
a { background-color: #899DED; }
a { background-color: rgb(137,157,237); }
div.DivClassName
{
background-color: #899DED;
}
.BgClassName
{
background-color: #899DED;
}
</style>
border-color css
<style>
span { border-color: #899DED; }
span { border-color: rgb(137,157,237); }
td.TdClassName
{
border-color: #899DED;
}
.TagClassName
{
border-color: #899DED;
}
</style>