Shades of Portage #9699FE
Tints of Portage #9699FE
RGB
CMYK
RGB Variations
Color information
#9699FE (or 0x9699FE) is known color: Portage. HEX triplet: 96, 99 and FE. RGB value is (150,153,254). Sum of RGB (Red+Green+Blue) = 150+153+254=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #9699FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9699FE is #696601. Grayscale: #A3A3A3. Windows color (decimal): -6907394 or 16685462. OLE color: 16685462.
HSL color Cylindrical-coordinate representation of color #9699FE: hue angle of 238.27º 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 #9699FE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 153 | 254 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.00 |
| HSL | 238.27º | 0.98% | 0.79% | - |
| HSV(B) | 238.27º | 0.41% | 1% | - |
| XYZ | 41.86 | 36.42 | 98.59 | - |
| YUV | 163.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 254 | 0.41 | 0.40 | 0 | 0.00 | 238.27 | 0.98 | 0.79 |
| Hex | 96 | 99 | FE | 29 | 28 | 0 | 0 | EE | 62 | 4F |
| Octal | 226 | 231 | 376 | 51 | 50 | 0 | 0 | 356 | 142 | 117 |
| Binary | 10010110 | 10011001 | 11111110 | 101001 | 101000 | 0 | 0 | 11101110 | 1100010 | 1001111 |
Color Harmonies of #9699FE
Complementary color
Monochromatic Colors of #9699FE
Black with #9699FE
Text Example
Text Example
White with #9699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699FE; }
p { color: rgb(150,153,254); }
H1.HeaderClassName
{
color: #9699FE;
}
.AnyTagClassName
{
color: #9699FE;
}
</style>
background-color css
<style>
a { background-color: #9699FE; }
a { background-color: rgb(150,153,254); }
div.DivClassName
{
background-color: #9699FE;
}
.BgClassName
{
background-color: #9699FE;
}
</style>
border-color css
<style>
span { border-color: #9699FE; }
span { border-color: rgb(150,153,254); }
td.TdClassName
{
border-color: #9699FE;
}
.TagClassName
{
border-color: #9699FE;
}
</style>