Shades of Portage #8993EF
Tints of Portage #8993EF
RGB
CMYK
RGB Variations
Color information
#8993EF (or 0x8993EF) is known color: Portage. HEX triplet: 89, 93 and EF. RGB value is (137,147,239). Sum of RGB (Red+Green+Blue) = 137+147+239=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #8993EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8993EF is #766C10. Grayscale: #9A9A9A. Windows color (decimal): -7760913 or 15700873. OLE color: 15700873.
HSL color Cylindrical-coordinate representation of color #8993EF: hue angle of 234.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8993EF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 147 | 239 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.06 |
| HSL | 234.12º | 0.76% | 0.74% | - |
| HSV(B) | 234.12º | 0.43% | 0.94% | - |
| XYZ | 36.33 | 32.42 | 86 | - |
| YUV | 154.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 239 | 0.43 | 0.38 | 0 | 0.06 | 234.12 | 0.76 | 0.74 |
| Hex | 89 | 93 | EF | 2B | 26 | 0 | 6 | EA | 4C | 4A |
| Octal | 211 | 223 | 357 | 53 | 46 | 0 | 6 | 352 | 114 | 112 |
| Binary | 10001001 | 10010011 | 11101111 | 101011 | 100110 | 0 | 110 | 11101010 | 1001100 | 1001010 |
Color Harmonies of #8993EF
Complementary color
Monochromatic Colors of #8993EF
Black with #8993EF
Text Example
Text Example
White with #8993EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8993EF; }
p { color: rgb(137,147,239); }
H1.HeaderClassName
{
color: #8993EF;
}
.AnyTagClassName
{
color: #8993EF;
}
</style>
background-color css
<style>
a { background-color: #8993EF; }
a { background-color: rgb(137,147,239); }
div.DivClassName
{
background-color: #8993EF;
}
.BgClassName
{
background-color: #8993EF;
}
</style>
border-color css
<style>
span { border-color: #8993EF; }
span { border-color: rgb(137,147,239); }
td.TdClassName
{
border-color: #8993EF;
}
.TagClassName
{
border-color: #8993EF;
}
</style>