Shades of Portage #9691F3
Tints of Portage #9691F3
RGB
CMYK
RGB Variations
Color information
#9691F3 (or 0x9691F3) is known color: Portage. HEX triplet: 96, 91 and F3. RGB value is (150,145,243). Sum of RGB (Red+Green+Blue) = 150+145+243=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #9691F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9691F3 is #696E0C. Grayscale: #9D9D9D. Windows color (decimal): -6909453 or 15962518. OLE color: 15962518.
HSL color Cylindrical-coordinate representation of color #9691F3: hue angle of 243.06º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9691F3 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 145 | 243 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.05 |
| HSL | 243.06º | 0.8% | 0.76% | - |
| HSV(B) | 243.06º | 0.4% | 0.95% | - |
| XYZ | 38.88 | 33.21 | 89.15 | - |
| YUV | 157.67 | 176.16 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 243 | 0.38 | 0.40 | 0 | 0.05 | 243.06 | 0.8 | 0.76 |
| Hex | 96 | 91 | F3 | 26 | 28 | 0 | 5 | F3 | 50 | 4C |
| Octal | 226 | 221 | 363 | 46 | 50 | 0 | 5 | 363 | 120 | 114 |
| Binary | 10010110 | 10010001 | 11110011 | 100110 | 101000 | 0 | 101 | 11110011 | 1010000 | 1001100 |
Color Harmonies of #9691F3
Complementary color
Monochromatic Colors of #9691F3
Black with #9691F3
Text Example
Text Example
White with #9691F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9691F3; }
p { color: rgb(150,145,243); }
H1.HeaderClassName
{
color: #9691F3;
}
.AnyTagClassName
{
color: #9691F3;
}
</style>
background-color css
<style>
a { background-color: #9691F3; }
a { background-color: rgb(150,145,243); }
div.DivClassName
{
background-color: #9691F3;
}
.BgClassName
{
background-color: #9691F3;
}
</style>
border-color css
<style>
span { border-color: #9691F3; }
span { border-color: rgb(150,145,243); }
td.TdClassName
{
border-color: #9691F3;
}
.TagClassName
{
border-color: #9691F3;
}
</style>