Shades of Portage #96A1F6
Tints of Portage #96A1F6
RGB
CMYK
RGB Variations
Color information
#96A1F6 (or 0x96A1F6) is known color: Portage. HEX triplet: 96, A1 and F6. RGB value is (150,161,246). Sum of RGB (Red+Green+Blue) = 150+161+246=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #96A1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A1F6 is #695E09. Grayscale: #A7A7A7. Windows color (decimal): -6905354 or 16163222. OLE color: 16163222.
HSL color Cylindrical-coordinate representation of color #96A1F6: hue angle of 233.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96A1F6 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 161 | 246 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.04 |
| HSL | 233.13º | 0.84% | 0.78% | - |
| HSV(B) | 233.13º | 0.39% | 0.96% | - |
| XYZ | 41.96 | 38.63 | 92.43 | - |
| YUV | 167.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 246 | 0.39 | 0.35 | 0 | 0.04 | 233.13 | 0.84 | 0.78 |
| Hex | 96 | A1 | F6 | 27 | 23 | 0 | 4 | E9 | 54 | 4E |
| Octal | 226 | 241 | 366 | 47 | 43 | 0 | 4 | 351 | 124 | 116 |
| Binary | 10010110 | 10100001 | 11110110 | 100111 | 100011 | 0 | 100 | 11101001 | 1010100 | 1001110 |
Color Harmonies of #96A1F6
Complementary color
Monochromatic Colors of #96A1F6
Black with #96A1F6
Text Example
Text Example
White with #96A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1F6; }
p { color: rgb(150,161,246); }
H1.HeaderClassName
{
color: #96A1F6;
}
.AnyTagClassName
{
color: #96A1F6;
}
</style>
background-color css
<style>
a { background-color: #96A1F6; }
a { background-color: rgb(150,161,246); }
div.DivClassName
{
background-color: #96A1F6;
}
.BgClassName
{
background-color: #96A1F6;
}
</style>
border-color css
<style>
span { border-color: #96A1F6; }
span { border-color: rgb(150,161,246); }
td.TdClassName
{
border-color: #96A1F6;
}
.TagClassName
{
border-color: #96A1F6;
}
</style>