Shades of Portage #9698FF
Tints of Portage #9698FF
RGB
CMYK
RGB Variations
Color information
#9698FF (or 0x9698FF) is known color: Portage. HEX triplet: 96, 98 and FF. RGB value is (150,152,255). Sum of RGB (Red+Green+Blue) = 150+152+255=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9698FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9698FF is #696700. Grayscale: #A2A2A2. Windows color (decimal): -6907649 or 16750742. OLE color: 16750742.
HSL color Cylindrical-coordinate representation of color #9698FF: hue angle of 238.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9698FF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 152 | 255 | - |
| CMYK | 0.41 | 0.40 | 0 | 0 |
| HSL | 238.86º | 1% | 0.79% | - |
| HSV(B) | 238.86º | 0.41% | 1% | - |
| XYZ | 41.86 | 36.16 | 99.38 | - |
| YUV | 163.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 255 | 0.41 | 0.40 | 0 | 0 | 238.86 | 1 | 0.79 |
| Hex | 96 | 98 | FF | 29 | 28 | 0 | 0 | EF | 64 | 4F |
| Octal | 226 | 230 | 377 | 51 | 50 | 0 | 0 | 357 | 144 | 117 |
| Binary | 10010110 | 10011000 | 11111111 | 101001 | 101000 | 0 | 0 | 11101111 | 1100100 | 1001111 |
Color Harmonies of #9698FF
Complementary color
Monochromatic Colors of #9698FF
Black with #9698FF
Text Example
Text Example
White with #9698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698FF; }
p { color: rgb(150,152,255); }
H1.HeaderClassName
{
color: #9698FF;
}
.AnyTagClassName
{
color: #9698FF;
}
</style>
background-color css
<style>
a { background-color: #9698FF; }
a { background-color: rgb(150,152,255); }
div.DivClassName
{
background-color: #9698FF;
}
.BgClassName
{
background-color: #9698FF;
}
</style>
border-color css
<style>
span { border-color: #9698FF; }
span { border-color: rgb(150,152,255); }
td.TdClassName
{
border-color: #9698FF;
}
.TagClassName
{
border-color: #9698FF;
}
</style>