Shades of Portage #99A4EA
Tints of Portage #99A4EA
RGB
CMYK
RGB Variations
Color information
#99A4EA (or 0x99A4EA) is known color: Portage. HEX triplet: 99, A4 and EA. RGB value is (153,164,234). Sum of RGB (Red+Green+Blue) = 153+164+234=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #99A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A4EA is #665B15. Grayscale: #A8A8A8. Windows color (decimal): -6707990 or 15377561. OLE color: 15377561.
HSL color Cylindrical-coordinate representation of color #99A4EA: hue angle of 231.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A4EA is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 164 | 234 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.08 |
| HSL | 231.85º | 0.66% | 0.76% | - |
| HSV(B) | 231.85º | 0.35% | 0.92% | - |
| XYZ | 41.26 | 39.26 | 83.25 | - |
| YUV | 168.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 234 | 0.35 | 0.30 | 0 | 0.08 | 231.85 | 0.66 | 0.76 |
| Hex | 99 | A4 | EA | 23 | 1E | 0 | 8 | E8 | 42 | 4C |
| Octal | 231 | 244 | 352 | 43 | 36 | 0 | 10 | 350 | 102 | 114 |
| Binary | 10011001 | 10100100 | 11101010 | 100011 | 11110 | 0 | 1000 | 11101000 | 1000010 | 1001100 |
Color Harmonies of #99A4EA
Complementary color
Monochromatic Colors of #99A4EA
Black with #99A4EA
Text Example
Text Example
White with #99A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4EA; }
p { color: rgb(153,164,234); }
H1.HeaderClassName
{
color: #99A4EA;
}
.AnyTagClassName
{
color: #99A4EA;
}
</style>
background-color css
<style>
a { background-color: #99A4EA; }
a { background-color: rgb(153,164,234); }
div.DivClassName
{
background-color: #99A4EA;
}
.BgClassName
{
background-color: #99A4EA;
}
</style>
border-color css
<style>
span { border-color: #99A4EA; }
span { border-color: rgb(153,164,234); }
td.TdClassName
{
border-color: #99A4EA;
}
.TagClassName
{
border-color: #99A4EA;
}
</style>