Shades of Portage #99A6EA
Tints of Portage #99A6EA
RGB
CMYK
RGB Variations
Color information
#99A6EA (or 0x99A6EA) is known color: Portage. HEX triplet: 99, A6 and EA. RGB value is (153,166,234). Sum of RGB (Red+Green+Blue) = 153+166+234=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #99A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A6EA is #665915. Grayscale: #A9A9A9. Windows color (decimal): -6707478 or 15378073. OLE color: 15378073.
HSL color Cylindrical-coordinate representation of color #99A6EA: hue angle of 230.37º 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 #99A6EA is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 166 | 234 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.08 |
| HSL | 230.37º | 0.66% | 0.76% | - |
| HSV(B) | 230.37º | 0.35% | 0.92% | - |
| XYZ | 41.62 | 39.99 | 83.37 | - |
| YUV | 169.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 234 | 0.35 | 0.29 | 0 | 0.08 | 230.37 | 0.66 | 0.76 |
| Hex | 99 | A6 | EA | 23 | 1D | 0 | 8 | E6 | 42 | 4C |
| Octal | 231 | 246 | 352 | 43 | 35 | 0 | 10 | 346 | 102 | 114 |
| Binary | 10011001 | 10100110 | 11101010 | 100011 | 11101 | 0 | 1000 | 11100110 | 1000010 | 1001100 |
Color Harmonies of #99A6EA
Complementary color
Monochromatic Colors of #99A6EA
Black with #99A6EA
Text Example
Text Example
White with #99A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A6EA; }
p { color: rgb(153,166,234); }
H1.HeaderClassName
{
color: #99A6EA;
}
.AnyTagClassName
{
color: #99A6EA;
}
</style>
background-color css
<style>
a { background-color: #99A6EA; }
a { background-color: rgb(153,166,234); }
div.DivClassName
{
background-color: #99A6EA;
}
.BgClassName
{
background-color: #99A6EA;
}
</style>
border-color css
<style>
span { border-color: #99A6EA; }
span { border-color: rgb(153,166,234); }
td.TdClassName
{
border-color: #99A6EA;
}
.TagClassName
{
border-color: #99A6EA;
}
</style>