Shades of Portage #898FDE
Tints of Portage #898FDE
RGB
CMYK
RGB Variations
Color information
#898FDE (or 0x898FDE) is known color: Portage. HEX triplet: 89, 8F and DE. RGB value is (137,143,222). Sum of RGB (Red+Green+Blue) = 137+143+222=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #898FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FDE is #767021. Grayscale: #959595. Windows color (decimal): -7761954 or 14585737. OLE color: 14585737.
HSL color Cylindrical-coordinate representation of color #898FDE: hue angle of 235.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898FDE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 143 | 222 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.13 |
| HSL | 235.76º | 0.56% | 0.7% | - |
| HSV(B) | 235.76º | 0.38% | 0.87% | - |
| XYZ | 33.32 | 30.24 | 73.19 | - |
| YUV | 150.21 | 168.51 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 222 | 0.38 | 0.36 | 0 | 0.13 | 235.76 | 0.56 | 0.7 |
| Hex | 89 | 8F | DE | 26 | 24 | 0 | D | EC | 38 | 46 |
| Octal | 211 | 217 | 336 | 46 | 44 | 0 | 15 | 354 | 70 | 106 |
| Binary | 10001001 | 10001111 | 11011110 | 100110 | 100100 | 0 | 1101 | 11101100 | 111000 | 1000110 |
Color Harmonies of #898FDE
Complementary color
Monochromatic Colors of #898FDE
Black with #898FDE
Text Example
Text Example
White with #898FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FDE; }
p { color: rgb(137,143,222); }
H1.HeaderClassName
{
color: #898FDE;
}
.AnyTagClassName
{
color: #898FDE;
}
</style>
background-color css
<style>
a { background-color: #898FDE; }
a { background-color: rgb(137,143,222); }
div.DivClassName
{
background-color: #898FDE;
}
.BgClassName
{
background-color: #898FDE;
}
</style>
border-color css
<style>
span { border-color: #898FDE; }
span { border-color: rgb(137,143,222); }
td.TdClassName
{
border-color: #898FDE;
}
.TagClassName
{
border-color: #898FDE;
}
</style>