Shades of Portage #9690E9
Tints of Portage #9690E9
RGB
CMYK
RGB Variations
Color information
#9690E9 (or 0x9690E9) is known color: Portage. HEX triplet: 96, 90 and E9. RGB value is (150,144,233). Sum of RGB (Red+Green+Blue) = 150+144+233=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #9690E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690E9 is #696F16. Grayscale: #9B9B9B. Windows color (decimal): -6909719 or 15306902. OLE color: 15306902.
HSL color Cylindrical-coordinate representation of color #9690E9: hue angle of 244.04º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9690E9 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 144 | 233 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.09 |
| HSL | 244.04º | 0.67% | 0.74% | - |
| HSV(B) | 244.04º | 0.38% | 0.91% | - |
| XYZ | 37.26 | 32.31 | 81.36 | - |
| YUV | 155.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 233 | 0.36 | 0.38 | 0 | 0.09 | 244.04 | 0.67 | 0.74 |
| Hex | 96 | 90 | E9 | 24 | 26 | 0 | 9 | F4 | 43 | 4A |
| Octal | 226 | 220 | 351 | 44 | 46 | 0 | 11 | 364 | 103 | 112 |
| Binary | 10010110 | 10010000 | 11101001 | 100100 | 100110 | 0 | 1001 | 11110100 | 1000011 | 1001010 |
Color Harmonies of #9690E9
Complementary color
Monochromatic Colors of #9690E9
Black with #9690E9
Text Example
Text Example
White with #9690E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690E9; }
p { color: rgb(150,144,233); }
H1.HeaderClassName
{
color: #9690E9;
}
.AnyTagClassName
{
color: #9690E9;
}
</style>
background-color css
<style>
a { background-color: #9690E9; }
a { background-color: rgb(150,144,233); }
div.DivClassName
{
background-color: #9690E9;
}
.BgClassName
{
background-color: #9690E9;
}
</style>
border-color css
<style>
span { border-color: #9690E9; }
span { border-color: rgb(150,144,233); }
td.TdClassName
{
border-color: #9690E9;
}
.TagClassName
{
border-color: #9690E9;
}
</style>