Shades of Portage #9696FE
Tints of Portage #9696FE
RGB
CMYK
RGB Variations
Color information
#9696FE (or 0x9696FE) is known color: Portage. HEX triplet: 96, 96 and FE. RGB value is (150,150,254). Sum of RGB (Red+Green+Blue) = 150+150+254=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9696FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9696FE is #696901. Grayscale: #A1A1A1. Windows color (decimal): -6908162 or 16684694. OLE color: 16684694.
HSL color Cylindrical-coordinate representation of color #9696FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9696FE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 150 | 254 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.00 |
| HSL | 240º | 0.98% | 0.79% | - |
| HSV(B) | 240º | 0.41% | 1% | - |
| XYZ | 41.37 | 35.45 | 98.43 | - |
| YUV | 161.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 254 | 0.41 | 0.41 | 0 | 0.00 | 240 | 0.98 | 0.79 |
| Hex | 96 | 96 | FE | 29 | 29 | 0 | 0 | F0 | 62 | 4F |
| Octal | 226 | 226 | 376 | 51 | 51 | 0 | 0 | 360 | 142 | 117 |
| Binary | 10010110 | 10010110 | 11111110 | 101001 | 101001 | 0 | 0 | 11110000 | 1100010 | 1001111 |
Color Harmonies of #9696FE
Complementary color
Monochromatic Colors of #9696FE
Black with #9696FE
Text Example
Text Example
White with #9696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9696FE; }
p { color: rgb(150,150,254); }
H1.HeaderClassName
{
color: #9696FE;
}
.AnyTagClassName
{
color: #9696FE;
}
</style>
background-color css
<style>
a { background-color: #9696FE; }
a { background-color: rgb(150,150,254); }
div.DivClassName
{
background-color: #9696FE;
}
.BgClassName
{
background-color: #9696FE;
}
</style>
border-color css
<style>
span { border-color: #9696FE; }
span { border-color: rgb(150,150,254); }
td.TdClassName
{
border-color: #9696FE;
}
.TagClassName
{
border-color: #9696FE;
}
</style>