Shades of Portage #9694ED
Tints of Portage #9694ED
RGB
CMYK
RGB Variations
Color information
#9694ED (or 0x9694ED) is known color: Portage. HEX triplet: 96, 94 and ED. RGB value is (150,148,237). Sum of RGB (Red+Green+Blue) = 150+148+237=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9694ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9694ED is #696B12. Grayscale: #9E9E9E. Windows color (decimal): -6908691 or 15570070. OLE color: 15570070.
HSL color Cylindrical-coordinate representation of color #9694ED: hue angle of 241.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9694ED is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 148 | 237 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.07 |
| HSL | 241.35º | 0.71% | 0.75% | - |
| HSV(B) | 241.35º | 0.38% | 0.93% | - |
| XYZ | 38.45 | 33.78 | 84.61 | - |
| YUV | 158.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 237 | 0.37 | 0.38 | 0 | 0.07 | 241.35 | 0.71 | 0.75 |
| Hex | 96 | 94 | ED | 25 | 26 | 0 | 7 | F1 | 47 | 4B |
| Octal | 226 | 224 | 355 | 45 | 46 | 0 | 7 | 361 | 107 | 113 |
| Binary | 10010110 | 10010100 | 11101101 | 100101 | 100110 | 0 | 111 | 11110001 | 1000111 | 1001011 |
Color Harmonies of #9694ED
Complementary color
Monochromatic Colors of #9694ED
Black with #9694ED
Text Example
Text Example
White with #9694ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694ED; }
p { color: rgb(150,148,237); }
H1.HeaderClassName
{
color: #9694ED;
}
.AnyTagClassName
{
color: #9694ED;
}
</style>
background-color css
<style>
a { background-color: #9694ED; }
a { background-color: rgb(150,148,237); }
div.DivClassName
{
background-color: #9694ED;
}
.BgClassName
{
background-color: #9694ED;
}
</style>
border-color css
<style>
span { border-color: #9694ED; }
span { border-color: rgb(150,148,237); }
td.TdClassName
{
border-color: #9694ED;
}
.TagClassName
{
border-color: #9694ED;
}
</style>