Shades of Portage #99A2F2
Tints of Portage #99A2F2
RGB
CMYK
RGB Variations
Color information
#99A2F2 (or 0x99A2F2) is known color: Portage. HEX triplet: 99, A2 and F2. RGB value is (153,162,242). Sum of RGB (Red+Green+Blue) = 153+162+242=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #99A2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A2F2 is #665D0D. Grayscale: #A8A8A8. Windows color (decimal): -6708494 or 15901337. OLE color: 15901337.
HSL color Cylindrical-coordinate representation of color #99A2F2: hue angle of 233.93º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A2F2 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 162 | 242 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.05 |
| HSL | 233.93º | 0.77% | 0.77% | - |
| HSV(B) | 233.93º | 0.37% | 0.95% | - |
| XYZ | 42.08 | 39.02 | 89.32 | - |
| YUV | 168.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 242 | 0.37 | 0.33 | 0 | 0.05 | 233.93 | 0.77 | 0.77 |
| Hex | 99 | A2 | F2 | 25 | 21 | 0 | 5 | EA | 4D | 4D |
| Octal | 231 | 242 | 362 | 45 | 41 | 0 | 5 | 352 | 115 | 115 |
| Binary | 10011001 | 10100010 | 11110010 | 100101 | 100001 | 0 | 101 | 11101010 | 1001101 | 1001101 |
Color Harmonies of #99A2F2
Complementary color
Monochromatic Colors of #99A2F2
Black with #99A2F2
Text Example
Text Example
White with #99A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2F2; }
p { color: rgb(153,162,242); }
H1.HeaderClassName
{
color: #99A2F2;
}
.AnyTagClassName
{
color: #99A2F2;
}
</style>
background-color css
<style>
a { background-color: #99A2F2; }
a { background-color: rgb(153,162,242); }
div.DivClassName
{
background-color: #99A2F2;
}
.BgClassName
{
background-color: #99A2F2;
}
</style>
border-color css
<style>
span { border-color: #99A2F2; }
span { border-color: rgb(153,162,242); }
td.TdClassName
{
border-color: #99A2F2;
}
.TagClassName
{
border-color: #99A2F2;
}
</style>