Shades of Portage #8999DA
Tints of Portage #8999DA
RGB
CMYK
RGB Variations
Color information
#8999DA (or 0x8999DA) is known color: Portage. HEX triplet: 89, 99 and DA. RGB value is (137,153,218). Sum of RGB (Red+Green+Blue) = 137+153+218=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #8999DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999DA is #766625. Grayscale: #9B9B9B. Windows color (decimal): -7759398 or 14326153. OLE color: 14326153.
HSL color Cylindrical-coordinate representation of color #8999DA: hue angle of 228.15º 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 #8999DA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 153 | 218 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.15 |
| HSL | 228.15º | 0.52% | 0.7% | - |
| HSV(B) | 228.15º | 0.37% | 0.85% | - |
| XYZ | 34.36 | 33.16 | 70.92 | - |
| YUV | 155.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 218 | 0.37 | 0.30 | 0 | 0.15 | 228.15 | 0.52 | 0.7 |
| Hex | 89 | 99 | DA | 25 | 1E | 0 | F | E4 | 34 | 46 |
| Octal | 211 | 231 | 332 | 45 | 36 | 0 | 17 | 344 | 64 | 106 |
| Binary | 10001001 | 10011001 | 11011010 | 100101 | 11110 | 0 | 1111 | 11100100 | 110100 | 1000110 |
Color Harmonies of #8999DA
Complementary color
Monochromatic Colors of #8999DA
Black with #8999DA
Text Example
Text Example
White with #8999DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999DA; }
p { color: rgb(137,153,218); }
H1.HeaderClassName
{
color: #8999DA;
}
.AnyTagClassName
{
color: #8999DA;
}
</style>
background-color css
<style>
a { background-color: #8999DA; }
a { background-color: rgb(137,153,218); }
div.DivClassName
{
background-color: #8999DA;
}
.BgClassName
{
background-color: #8999DA;
}
</style>
border-color css
<style>
span { border-color: #8999DA; }
span { border-color: rgb(137,153,218); }
td.TdClassName
{
border-color: #8999DA;
}
.TagClassName
{
border-color: #8999DA;
}
</style>