Shades of Portage #9698E0
Tints of Portage #9698E0
RGB
CMYK
RGB Variations
Color information
#9698E0 (or 0x9698E0) is known color: Portage. HEX triplet: 96, 98 and E0. RGB value is (150,152,224). Sum of RGB (Red+Green+Blue) = 150+152+224=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #9698E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698E0 is #69671F. Grayscale: #9F9F9F. Windows color (decimal): -6907680 or 14719126. OLE color: 14719126.
HSL color Cylindrical-coordinate representation of color #9698E0: hue angle of 238.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9698E0 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 152 | 224 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.12 |
| HSL | 238.38º | 0.54% | 0.73% | - |
| HSV(B) | 238.38º | 0.33% | 0.88% | - |
| XYZ | 37.26 | 34.32 | 75.18 | - |
| YUV | 159.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 224 | 0.33 | 0.32 | 0 | 0.12 | 238.38 | 0.54 | 0.73 |
| Hex | 96 | 98 | E0 | 21 | 20 | 0 | C | EE | 36 | 49 |
| Octal | 226 | 230 | 340 | 41 | 40 | 0 | 14 | 356 | 66 | 111 |
| Binary | 10010110 | 10011000 | 11100000 | 100001 | 100000 | 0 | 1100 | 11101110 | 110110 | 1001001 |
Color Harmonies of #9698E0
Complementary color
Monochromatic Colors of #9698E0
Black with #9698E0
Text Example
Text Example
White with #9698E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698E0; }
p { color: rgb(150,152,224); }
H1.HeaderClassName
{
color: #9698E0;
}
.AnyTagClassName
{
color: #9698E0;
}
</style>
background-color css
<style>
a { background-color: #9698E0; }
a { background-color: rgb(150,152,224); }
div.DivClassName
{
background-color: #9698E0;
}
.BgClassName
{
background-color: #9698E0;
}
</style>
border-color css
<style>
span { border-color: #9698E0; }
span { border-color: rgb(150,152,224); }
td.TdClassName
{
border-color: #9698E0;
}
.TagClassName
{
border-color: #9698E0;
}
</style>