Shades of Portage #9594EC
Tints of Portage #9594EC
RGB
CMYK
RGB Variations
Color information
#9594EC (or 0x9594EC) is known color: Portage. HEX triplet: 95, 94 and EC. RGB value is (149,148,236). Sum of RGB (Red+Green+Blue) = 149+148+236=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #9594EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9594EC is #6A6B13. Grayscale: #9D9D9D. Windows color (decimal): -6974228 or 15504533. OLE color: 15504533.
HSL color Cylindrical-coordinate representation of color #9594EC: hue angle of 240.68º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9594EC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 148 | 236 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.07 |
| HSL | 240.68º | 0.7% | 0.75% | - |
| HSV(B) | 240.68º | 0.37% | 0.93% | - |
| XYZ | 38.12 | 33.63 | 83.84 | - |
| YUV | 158.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 236 | 0.37 | 0.37 | 0 | 0.07 | 240.68 | 0.7 | 0.75 |
| Hex | 95 | 94 | EC | 25 | 25 | 0 | 7 | F1 | 46 | 4B |
| Octal | 225 | 224 | 354 | 45 | 45 | 0 | 7 | 361 | 106 | 113 |
| Binary | 10010101 | 10010100 | 11101100 | 100101 | 100101 | 0 | 111 | 11110001 | 1000110 | 1001011 |
Color Harmonies of #9594EC
Complementary color
Monochromatic Colors of #9594EC
Black with #9594EC
Text Example
Text Example
White with #9594EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594EC; }
p { color: rgb(149,148,236); }
H1.HeaderClassName
{
color: #9594EC;
}
.AnyTagClassName
{
color: #9594EC;
}
</style>
background-color css
<style>
a { background-color: #9594EC; }
a { background-color: rgb(149,148,236); }
div.DivClassName
{
background-color: #9594EC;
}
.BgClassName
{
background-color: #9594EC;
}
</style>
border-color css
<style>
span { border-color: #9594EC; }
span { border-color: rgb(149,148,236); }
td.TdClassName
{
border-color: #9594EC;
}
.TagClassName
{
border-color: #9594EC;
}
</style>