Shades of Portage #8993DA
Tints of Portage #8993DA
RGB
CMYK
RGB Variations
Color information
#8993DA (or 0x8993DA) is known color: Portage. HEX triplet: 89, 93 and DA. RGB value is (137,147,218). Sum of RGB (Red+Green+Blue) = 137+147+218=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #8993DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993DA is #766C25. Grayscale: #979797. Windows color (decimal): -7760934 or 14324617. OLE color: 14324617.
HSL color Cylindrical-coordinate representation of color #8993DA: hue angle of 232.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8993DA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 147 | 218 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.15 |
| HSL | 232.59º | 0.52% | 0.7% | - |
| HSV(B) | 232.59º | 0.37% | 0.85% | - |
| XYZ | 33.41 | 31.25 | 70.6 | - |
| YUV | 152.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 218 | 0.37 | 0.33 | 0 | 0.15 | 232.59 | 0.52 | 0.7 |
| Hex | 89 | 93 | DA | 25 | 21 | 0 | F | E9 | 34 | 46 |
| Octal | 211 | 223 | 332 | 45 | 41 | 0 | 17 | 351 | 64 | 106 |
| Binary | 10001001 | 10010011 | 11011010 | 100101 | 100001 | 0 | 1111 | 11101001 | 110100 | 1000110 |
Color Harmonies of #8993DA
Complementary color
Monochromatic Colors of #8993DA
Black with #8993DA
Text Example
Text Example
White with #8993DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8993DA; }
p { color: rgb(137,147,218); }
H1.HeaderClassName
{
color: #8993DA;
}
.AnyTagClassName
{
color: #8993DA;
}
</style>
background-color css
<style>
a { background-color: #8993DA; }
a { background-color: rgb(137,147,218); }
div.DivClassName
{
background-color: #8993DA;
}
.BgClassName
{
background-color: #8993DA;
}
</style>
border-color css
<style>
span { border-color: #8993DA; }
span { border-color: rgb(137,147,218); }
td.TdClassName
{
border-color: #8993DA;
}
.TagClassName
{
border-color: #8993DA;
}
</style>