Shades of Portage #9699F7
Tints of Portage #9699F7
RGB
CMYK
RGB Variations
Color information
#9699F7 (or 0x9699F7) is known color: Portage. HEX triplet: 96, 99 and F7. RGB value is (150,153,247). Sum of RGB (Red+Green+Blue) = 150+153+247=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #9699F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699F7 is #696608. Grayscale: #A2A2A2. Windows color (decimal): -6907401 or 16226710. OLE color: 16226710.
HSL color Cylindrical-coordinate representation of color #9699F7: hue angle of 238.14º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9699F7 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 153 | 247 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.03 |
| HSL | 238.14º | 0.86% | 0.78% | - |
| HSV(B) | 238.14º | 0.39% | 0.97% | - |
| XYZ | 40.76 | 35.98 | 92.79 | - |
| YUV | 162.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 247 | 0.39 | 0.38 | 0 | 0.03 | 238.14 | 0.86 | 0.78 |
| Hex | 96 | 99 | F7 | 27 | 26 | 0 | 3 | EE | 56 | 4E |
| Octal | 226 | 231 | 367 | 47 | 46 | 0 | 3 | 356 | 126 | 116 |
| Binary | 10010110 | 10011001 | 11110111 | 100111 | 100110 | 0 | 11 | 11101110 | 1010110 | 1001110 |
Color Harmonies of #9699F7
Complementary color
Monochromatic Colors of #9699F7
Black with #9699F7
Text Example
Text Example
White with #9699F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699F7; }
p { color: rgb(150,153,247); }
H1.HeaderClassName
{
color: #9699F7;
}
.AnyTagClassName
{
color: #9699F7;
}
</style>
background-color css
<style>
a { background-color: #9699F7; }
a { background-color: rgb(150,153,247); }
div.DivClassName
{
background-color: #9699F7;
}
.BgClassName
{
background-color: #9699F7;
}
</style>
border-color css
<style>
span { border-color: #9699F7; }
span { border-color: rgb(150,153,247); }
td.TdClassName
{
border-color: #9699F7;
}
.TagClassName
{
border-color: #9699F7;
}
</style>