Shades of Portage #899BED
Tints of Portage #899BED
RGB
CMYK
RGB Variations
Color information
#899BED (or 0x899BED) is known color: Portage. HEX triplet: 89, 9B and ED. RGB value is (137,155,237). Sum of RGB (Red+Green+Blue) = 137+155+237=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #899BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BED is #766412. Grayscale: #9E9E9E. Windows color (decimal): -7758867 or 15571849. OLE color: 15571849.
HSL color Cylindrical-coordinate representation of color #899BED: hue angle of 229.2º 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 #899BED is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 155 | 237 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.07 |
| HSL | 229.2º | 0.74% | 0.73% | - |
| HSV(B) | 229.2º | 0.42% | 0.93% | - |
| XYZ | 37.32 | 34.88 | 84.89 | - |
| YUV | 158.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 237 | 0.42 | 0.35 | 0 | 0.07 | 229.2 | 0.74 | 0.73 |
| Hex | 89 | 9B | ED | 2A | 23 | 0 | 7 | E5 | 4A | 49 |
| Octal | 211 | 233 | 355 | 52 | 43 | 0 | 7 | 345 | 112 | 111 |
| Binary | 10001001 | 10011011 | 11101101 | 101010 | 100011 | 0 | 111 | 11100101 | 1001010 | 1001001 |
Color Harmonies of #899BED
Complementary color
Monochromatic Colors of #899BED
Black with #899BED
Text Example
Text Example
White with #899BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BED; }
p { color: rgb(137,155,237); }
H1.HeaderClassName
{
color: #899BED;
}
.AnyTagClassName
{
color: #899BED;
}
</style>
background-color css
<style>
a { background-color: #899BED; }
a { background-color: rgb(137,155,237); }
div.DivClassName
{
background-color: #899BED;
}
.BgClassName
{
background-color: #899BED;
}
</style>
border-color css
<style>
span { border-color: #899BED; }
span { border-color: rgb(137,155,237); }
td.TdClassName
{
border-color: #899BED;
}
.TagClassName
{
border-color: #899BED;
}
</style>