Shades of Portage #898BED
Tints of Portage #898BED
RGB
CMYK
RGB Variations
Color information
#898BED (or 0x898BED) is known color: Portage. HEX triplet: 89, 8B and ED. RGB value is (137,139,237). Sum of RGB (Red+Green+Blue) = 137+139+237=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #898BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BED is #767412. Grayscale: #959595. Windows color (decimal): -7762963 or 15567753. OLE color: 15567753.
HSL color Cylindrical-coordinate representation of color #898BED: hue angle of 238.8º 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 #898BED is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 139 | 237 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.07 |
| HSL | 238.8º | 0.74% | 0.73% | - |
| HSV(B) | 238.8º | 0.42% | 0.93% | - |
| XYZ | 34.84 | 29.9 | 84.06 | - |
| YUV | 149.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 237 | 0.42 | 0.41 | 0 | 0.07 | 238.8 | 0.74 | 0.73 |
| Hex | 89 | 8B | ED | 2A | 29 | 0 | 7 | EF | 4A | 49 |
| Octal | 211 | 213 | 355 | 52 | 51 | 0 | 7 | 357 | 112 | 111 |
| Binary | 10001001 | 10001011 | 11101101 | 101010 | 101001 | 0 | 111 | 11101111 | 1001010 | 1001001 |
Color Harmonies of #898BED
Complementary color
Monochromatic Colors of #898BED
Black with #898BED
Text Example
Text Example
White with #898BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898BED; }
p { color: rgb(137,139,237); }
H1.HeaderClassName
{
color: #898BED;
}
.AnyTagClassName
{
color: #898BED;
}
</style>
background-color css
<style>
a { background-color: #898BED; }
a { background-color: rgb(137,139,237); }
div.DivClassName
{
background-color: #898BED;
}
.BgClassName
{
background-color: #898BED;
}
</style>
border-color css
<style>
span { border-color: #898BED; }
span { border-color: rgb(137,139,237); }
td.TdClassName
{
border-color: #898BED;
}
.TagClassName
{
border-color: #898BED;
}
</style>