Shades of Portage #9598EC
Tints of Portage #9598EC
RGB
CMYK
RGB Variations
Color information
#9598EC (or 0x9598EC) is known color: Portage. HEX triplet: 95, 98 and EC. RGB value is (149,152,236). Sum of RGB (Red+Green+Blue) = 149+152+236=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #9598EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9598EC is #6A6713. Grayscale: #A0A0A0. Windows color (decimal): -6973204 or 15505557. OLE color: 15505557.
HSL color Cylindrical-coordinate representation of color #9598EC: hue angle of 237.93º 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 #9598EC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 152 | 236 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.07 |
| HSL | 237.93º | 0.7% | 0.75% | - |
| HSV(B) | 237.93º | 0.37% | 0.93% | - |
| XYZ | 38.76 | 34.9 | 84.05 | - |
| YUV | 160.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 236 | 0.37 | 0.36 | 0 | 0.07 | 237.93 | 0.7 | 0.75 |
| Hex | 95 | 98 | EC | 25 | 24 | 0 | 7 | EE | 46 | 4B |
| Octal | 225 | 230 | 354 | 45 | 44 | 0 | 7 | 356 | 106 | 113 |
| Binary | 10010101 | 10011000 | 11101100 | 100101 | 100100 | 0 | 111 | 11101110 | 1000110 | 1001011 |
Color Harmonies of #9598EC
Complementary color
Monochromatic Colors of #9598EC
Black with #9598EC
Text Example
Text Example
White with #9598EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598EC; }
p { color: rgb(149,152,236); }
H1.HeaderClassName
{
color: #9598EC;
}
.AnyTagClassName
{
color: #9598EC;
}
</style>
background-color css
<style>
a { background-color: #9598EC; }
a { background-color: rgb(149,152,236); }
div.DivClassName
{
background-color: #9598EC;
}
.BgClassName
{
background-color: #9598EC;
}
</style>
border-color css
<style>
span { border-color: #9598EC; }
span { border-color: rgb(149,152,236); }
td.TdClassName
{
border-color: #9598EC;
}
.TagClassName
{
border-color: #9598EC;
}
</style>