Shades of Portage #999AF2
Tints of Portage #999AF2
RGB
CMYK
RGB Variations
Color information
#999AF2 (or 0x999AF2) is known color: Portage. HEX triplet: 99, 9A and F2. RGB value is (153,154,242). Sum of RGB (Red+Green+Blue) = 153+154+242=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #999AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AF2 is #66650D. Grayscale: #A3A3A3. Windows color (decimal): -6710542 or 15899289. OLE color: 15899289.
HSL color Cylindrical-coordinate representation of color #999AF2: hue angle of 239.33º 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 #999AF2 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 154 | 242 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.05 |
| HSL | 239.33º | 0.77% | 0.77% | - |
| HSV(B) | 239.33º | 0.37% | 0.95% | - |
| XYZ | 40.72 | 36.29 | 88.86 | - |
| YUV | 163.73 | 172.17 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 242 | 0.37 | 0.36 | 0 | 0.05 | 239.33 | 0.77 | 0.77 |
| Hex | 99 | 9A | F2 | 25 | 24 | 0 | 5 | EF | 4D | 4D |
| Octal | 231 | 232 | 362 | 45 | 44 | 0 | 5 | 357 | 115 | 115 |
| Binary | 10011001 | 10011010 | 11110010 | 100101 | 100100 | 0 | 101 | 11101111 | 1001101 | 1001101 |
Color Harmonies of #999AF2
Complementary color
Monochromatic Colors of #999AF2
Black with #999AF2
Text Example
Text Example
White with #999AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AF2; }
p { color: rgb(153,154,242); }
H1.HeaderClassName
{
color: #999AF2;
}
.AnyTagClassName
{
color: #999AF2;
}
</style>
background-color css
<style>
a { background-color: #999AF2; }
a { background-color: rgb(153,154,242); }
div.DivClassName
{
background-color: #999AF2;
}
.BgClassName
{
background-color: #999AF2;
}
</style>
border-color css
<style>
span { border-color: #999AF2; }
span { border-color: rgb(153,154,242); }
td.TdClassName
{
border-color: #999AF2;
}
.TagClassName
{
border-color: #999AF2;
}
</style>