Shades of Portage #99A4E9
Tints of Portage #99A4E9
RGB
CMYK
RGB Variations
Color information
#99A4E9 (or 0x99A4E9) is known color: Portage. HEX triplet: 99, A4 and E9. RGB value is (153,164,233). Sum of RGB (Red+Green+Blue) = 153+164+233=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #99A4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4E9 is #665B16. Grayscale: #A8A8A8. Windows color (decimal): -6707991 or 15312025. OLE color: 15312025.
HSL color Cylindrical-coordinate representation of color #99A4E9: hue angle of 231.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99A4E9 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 164 | 233 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.09 |
| HSL | 231.75º | 0.65% | 0.76% | - |
| HSV(B) | 231.75º | 0.34% | 0.91% | - |
| XYZ | 41.12 | 39.21 | 82.49 | - |
| YUV | 168.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 233 | 0.34 | 0.30 | 0 | 0.09 | 231.75 | 0.65 | 0.76 |
| Hex | 99 | A4 | E9 | 22 | 1E | 0 | 9 | E8 | 41 | 4C |
| Octal | 231 | 244 | 351 | 42 | 36 | 0 | 11 | 350 | 101 | 114 |
| Binary | 10011001 | 10100100 | 11101001 | 100010 | 11110 | 0 | 1001 | 11101000 | 1000001 | 1001100 |
Color Harmonies of #99A4E9
Complementary color
Monochromatic Colors of #99A4E9
Black with #99A4E9
Text Example
Text Example
White with #99A4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4E9; }
p { color: rgb(153,164,233); }
H1.HeaderClassName
{
color: #99A4E9;
}
.AnyTagClassName
{
color: #99A4E9;
}
</style>
background-color css
<style>
a { background-color: #99A4E9; }
a { background-color: rgb(153,164,233); }
div.DivClassName
{
background-color: #99A4E9;
}
.BgClassName
{
background-color: #99A4E9;
}
</style>
border-color css
<style>
span { border-color: #99A4E9; }
span { border-color: rgb(153,164,233); }
td.TdClassName
{
border-color: #99A4E9;
}
.TagClassName
{
border-color: #99A4E9;
}
</style>