Shades of Portage #99A2EA
Tints of Portage #99A2EA
RGB
CMYK
RGB Variations
Color information
#99A2EA (or 0x99A2EA) is known color: Portage. HEX triplet: 99, A2 and EA. RGB value is (153,162,234). Sum of RGB (Red+Green+Blue) = 153+162+234=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #99A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A2EA is #665D15. Grayscale: #A7A7A7. Windows color (decimal): -6708502 or 15377049. OLE color: 15377049.
HSL color Cylindrical-coordinate representation of color #99A2EA: hue angle of 233.33º 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 #99A2EA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 162 | 234 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.08 |
| HSL | 233.33º | 0.66% | 0.76% | - |
| HSV(B) | 233.33º | 0.35% | 0.92% | - |
| XYZ | 40.91 | 38.55 | 83.13 | - |
| YUV | 167.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 234 | 0.35 | 0.31 | 0 | 0.08 | 233.33 | 0.66 | 0.76 |
| Hex | 99 | A2 | EA | 23 | 1F | 0 | 8 | E9 | 42 | 4C |
| Octal | 231 | 242 | 352 | 43 | 37 | 0 | 10 | 351 | 102 | 114 |
| Binary | 10011001 | 10100010 | 11101010 | 100011 | 11111 | 0 | 1000 | 11101001 | 1000010 | 1001100 |
Color Harmonies of #99A2EA
Complementary color
Monochromatic Colors of #99A2EA
Black with #99A2EA
Text Example
Text Example
White with #99A2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2EA; }
p { color: rgb(153,162,234); }
H1.HeaderClassName
{
color: #99A2EA;
}
.AnyTagClassName
{
color: #99A2EA;
}
</style>
background-color css
<style>
a { background-color: #99A2EA; }
a { background-color: rgb(153,162,234); }
div.DivClassName
{
background-color: #99A2EA;
}
.BgClassName
{
background-color: #99A2EA;
}
</style>
border-color css
<style>
span { border-color: #99A2EA; }
span { border-color: rgb(153,162,234); }
td.TdClassName
{
border-color: #99A2EA;
}
.TagClassName
{
border-color: #99A2EA;
}
</style>