Shades of Portage #9699E2
Tints of Portage #9699E2
RGB
CMYK
RGB Variations
Color information
#9699E2 (or 0x9699E2) is known color: Portage. HEX triplet: 96, 99 and E2. RGB value is (150,153,226). Sum of RGB (Red+Green+Blue) = 150+153+226=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #9699E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699E2 is #69661D. Grayscale: #A0A0A0. Windows color (decimal): -6907422 or 14850454. OLE color: 14850454.
HSL color Cylindrical-coordinate representation of color #9699E2: hue angle of 237.63º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9699E2 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 153 | 226 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.11 |
| HSL | 237.63º | 0.57% | 0.74% | - |
| HSV(B) | 237.63º | 0.34% | 0.89% | - |
| XYZ | 37.7 | 34.76 | 76.67 | - |
| YUV | 160.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 226 | 0.34 | 0.32 | 0 | 0.11 | 237.63 | 0.57 | 0.74 |
| Hex | 96 | 99 | E2 | 22 | 20 | 0 | B | EE | 39 | 4A |
| Octal | 226 | 231 | 342 | 42 | 40 | 0 | 13 | 356 | 71 | 112 |
| Binary | 10010110 | 10011001 | 11100010 | 100010 | 100000 | 0 | 1011 | 11101110 | 111001 | 1001010 |
Color Harmonies of #9699E2
Complementary color
Monochromatic Colors of #9699E2
Black with #9699E2
Text Example
Text Example
White with #9699E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699E2; }
p { color: rgb(150,153,226); }
H1.HeaderClassName
{
color: #9699E2;
}
.AnyTagClassName
{
color: #9699E2;
}
</style>
background-color css
<style>
a { background-color: #9699E2; }
a { background-color: rgb(150,153,226); }
div.DivClassName
{
background-color: #9699E2;
}
.BgClassName
{
background-color: #9699E2;
}
</style>
border-color css
<style>
span { border-color: #9699E2; }
span { border-color: rgb(150,153,226); }
td.TdClassName
{
border-color: #9699E2;
}
.TagClassName
{
border-color: #9699E2;
}
</style>