Shades of Portage #9597EE
Tints of Portage #9597EE
RGB
CMYK
RGB Variations
Color information
#9597EE (or 0x9597EE) is known color: Portage. HEX triplet: 95, 97 and EE. RGB value is (149,151,238). Sum of RGB (Red+Green+Blue) = 149+151+238=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9597EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9597EE is #6A6811. Grayscale: #9F9F9F. Windows color (decimal): -6973458 or 15636373. OLE color: 15636373.
HSL color Cylindrical-coordinate representation of color #9597EE: hue angle of 238.65º 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 #9597EE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 151 | 238 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.07 |
| HSL | 238.65º | 0.72% | 0.76% | - |
| HSV(B) | 238.65º | 0.37% | 0.93% | - |
| XYZ | 38.89 | 34.7 | 85.54 | - |
| YUV | 160.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 238 | 0.37 | 0.37 | 0 | 0.07 | 238.65 | 0.72 | 0.76 |
| Hex | 95 | 97 | EE | 25 | 25 | 0 | 7 | EF | 48 | 4C |
| Octal | 225 | 227 | 356 | 45 | 45 | 0 | 7 | 357 | 110 | 114 |
| Binary | 10010101 | 10010111 | 11101110 | 100101 | 100101 | 0 | 111 | 11101111 | 1001000 | 1001100 |
Color Harmonies of #9597EE
Complementary color
Monochromatic Colors of #9597EE
Black with #9597EE
Text Example
Text Example
White with #9597EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597EE; }
p { color: rgb(149,151,238); }
H1.HeaderClassName
{
color: #9597EE;
}
.AnyTagClassName
{
color: #9597EE;
}
</style>
background-color css
<style>
a { background-color: #9597EE; }
a { background-color: rgb(149,151,238); }
div.DivClassName
{
background-color: #9597EE;
}
.BgClassName
{
background-color: #9597EE;
}
</style>
border-color css
<style>
span { border-color: #9597EE; }
span { border-color: rgb(149,151,238); }
td.TdClassName
{
border-color: #9597EE;
}
.TagClassName
{
border-color: #9597EE;
}
</style>