Shades of Portage #96A0F6
Tints of Portage #96A0F6
RGB
CMYK
RGB Variations
Color information
#96A0F6 (or 0x96A0F6) is known color: Portage. HEX triplet: 96, A0 and F6. RGB value is (150,160,246). Sum of RGB (Red+Green+Blue) = 150+160+246=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #96A0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A0F6 is #695F09. Grayscale: #A6A6A6. Windows color (decimal): -6905610 or 16162966. OLE color: 16162966.
HSL color Cylindrical-coordinate representation of color #96A0F6: hue angle of 233.75º 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 #96A0F6 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 160 | 246 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.04 |
| HSL | 233.75º | 0.84% | 0.78% | - |
| HSV(B) | 233.75º | 0.39% | 0.96% | - |
| XYZ | 41.78 | 38.28 | 92.38 | - |
| YUV | 166.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 246 | 0.39 | 0.35 | 0 | 0.04 | 233.75 | 0.84 | 0.78 |
| Hex | 96 | A0 | F6 | 27 | 23 | 0 | 4 | EA | 54 | 4E |
| Octal | 226 | 240 | 366 | 47 | 43 | 0 | 4 | 352 | 124 | 116 |
| Binary | 10010110 | 10100000 | 11110110 | 100111 | 100011 | 0 | 100 | 11101010 | 1010100 | 1001110 |
Color Harmonies of #96A0F6
Complementary color
Monochromatic Colors of #96A0F6
Black with #96A0F6
Text Example
Text Example
White with #96A0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0F6; }
p { color: rgb(150,160,246); }
H1.HeaderClassName
{
color: #96A0F6;
}
.AnyTagClassName
{
color: #96A0F6;
}
</style>
background-color css
<style>
a { background-color: #96A0F6; }
a { background-color: rgb(150,160,246); }
div.DivClassName
{
background-color: #96A0F6;
}
.BgClassName
{
background-color: #96A0F6;
}
</style>
border-color css
<style>
span { border-color: #96A0F6; }
span { border-color: rgb(150,160,246); }
td.TdClassName
{
border-color: #96A0F6;
}
.TagClassName
{
border-color: #96A0F6;
}
</style>