Shades of Portage #9598EE
Tints of Portage #9598EE
RGB
CMYK
RGB Variations
Color information
#9598EE (or 0x9598EE) is known color: Portage. HEX triplet: 95, 98 and EE. RGB value is (149,152,238). Sum of RGB (Red+Green+Blue) = 149+152+238=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #9598EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9598EE is #6A6711. Grayscale: #A0A0A0. Windows color (decimal): -6973202 or 15636629. OLE color: 15636629.
HSL color Cylindrical-coordinate representation of color #9598EE: hue angle of 237.98º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9598EE is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 152 | 238 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.07 |
| HSL | 237.98º | 0.72% | 0.76% | - |
| HSV(B) | 237.98º | 0.37% | 0.93% | - |
| XYZ | 39.06 | 35.02 | 85.59 | - |
| YUV | 160.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 238 | 0.37 | 0.36 | 0 | 0.07 | 237.98 | 0.72 | 0.76 |
| Hex | 95 | 98 | EE | 25 | 24 | 0 | 7 | EE | 48 | 4C |
| Octal | 225 | 230 | 356 | 45 | 44 | 0 | 7 | 356 | 110 | 114 |
| Binary | 10010101 | 10011000 | 11101110 | 100101 | 100100 | 0 | 111 | 11101110 | 1001000 | 1001100 |
Color Harmonies of #9598EE
Complementary color
Monochromatic Colors of #9598EE
Black with #9598EE
Text Example
Text Example
White with #9598EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598EE; }
p { color: rgb(149,152,238); }
H1.HeaderClassName
{
color: #9598EE;
}
.AnyTagClassName
{
color: #9598EE;
}
</style>
background-color css
<style>
a { background-color: #9598EE; }
a { background-color: rgb(149,152,238); }
div.DivClassName
{
background-color: #9598EE;
}
.BgClassName
{
background-color: #9598EE;
}
</style>
border-color css
<style>
span { border-color: #9598EE; }
span { border-color: rgb(149,152,238); }
td.TdClassName
{
border-color: #9598EE;
}
.TagClassName
{
border-color: #9598EE;
}
</style>