Shades of Portage #9690E6
Tints of Portage #9690E6
RGB
CMYK
RGB Variations
Color information
#9690E6 (or 0x9690E6) is known color: Portage. HEX triplet: 96, 90 and E6. RGB value is (150,144,230). Sum of RGB (Red+Green+Blue) = 150+144+230=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #9690E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690E6 is #696F19. Grayscale: #9B9B9B. Windows color (decimal): -6909722 or 15110294. OLE color: 15110294.
HSL color Cylindrical-coordinate representation of color #9690E6: hue angle of 244.19º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9690E6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 144 | 230 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.10 |
| HSL | 244.19º | 0.63% | 0.73% | - |
| HSV(B) | 244.19º | 0.37% | 0.9% | - |
| XYZ | 36.83 | 32.14 | 79.13 | - |
| YUV | 155.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 230 | 0.35 | 0.37 | 0 | 0.10 | 244.19 | 0.63 | 0.73 |
| Hex | 96 | 90 | E6 | 23 | 25 | 0 | A | F4 | 3F | 49 |
| Octal | 226 | 220 | 346 | 43 | 45 | 0 | 12 | 364 | 77 | 111 |
| Binary | 10010110 | 10010000 | 11100110 | 100011 | 100101 | 0 | 1010 | 11110100 | 111111 | 1001001 |
Color Harmonies of #9690E6
Complementary color
Monochromatic Colors of #9690E6
Black with #9690E6
Text Example
Text Example
White with #9690E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690E6; }
p { color: rgb(150,144,230); }
H1.HeaderClassName
{
color: #9690E6;
}
.AnyTagClassName
{
color: #9690E6;
}
</style>
background-color css
<style>
a { background-color: #9690E6; }
a { background-color: rgb(150,144,230); }
div.DivClassName
{
background-color: #9690E6;
}
.BgClassName
{
background-color: #9690E6;
}
</style>
border-color css
<style>
span { border-color: #9690E6; }
span { border-color: rgb(150,144,230); }
td.TdClassName
{
border-color: #9690E6;
}
.TagClassName
{
border-color: #9690E6;
}
</style>