Shades of Portage #999AE5
Tints of Portage #999AE5
RGB
CMYK
RGB Variations
Color information
#999AE5 (or 0x999AE5) is known color: Portage. HEX triplet: 99, 9A and E5. RGB value is (153,154,229). Sum of RGB (Red+Green+Blue) = 153+154+229=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #999AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AE5 is #66651A. Grayscale: #A1A1A1. Windows color (decimal): -6710555 or 15047321. OLE color: 15047321.
HSL color Cylindrical-coordinate representation of color #999AE5: hue angle of 239.21º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999AE5 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 154 | 229 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.10 |
| HSL | 239.21º | 0.59% | 0.75% | - |
| HSV(B) | 239.21º | 0.33% | 0.9% | - |
| XYZ | 38.84 | 35.54 | 78.94 | - |
| YUV | 162.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 229 | 0.33 | 0.33 | 0 | 0.10 | 239.21 | 0.59 | 0.75 |
| Hex | 99 | 9A | E5 | 21 | 21 | 0 | A | EF | 3B | 4B |
| Octal | 231 | 232 | 345 | 41 | 41 | 0 | 12 | 357 | 73 | 113 |
| Binary | 10011001 | 10011010 | 11100101 | 100001 | 100001 | 0 | 1010 | 11101111 | 111011 | 1001011 |
Color Harmonies of #999AE5
Complementary color
Monochromatic Colors of #999AE5
Black with #999AE5
Text Example
Text Example
White with #999AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AE5; }
p { color: rgb(153,154,229); }
H1.HeaderClassName
{
color: #999AE5;
}
.AnyTagClassName
{
color: #999AE5;
}
</style>
background-color css
<style>
a { background-color: #999AE5; }
a { background-color: rgb(153,154,229); }
div.DivClassName
{
background-color: #999AE5;
}
.BgClassName
{
background-color: #999AE5;
}
</style>
border-color css
<style>
span { border-color: #999AE5; }
span { border-color: rgb(153,154,229); }
td.TdClassName
{
border-color: #999AE5;
}
.TagClassName
{
border-color: #999AE5;
}
</style>