Shades of Portage #9597EF
Tints of Portage #9597EF
RGB
CMYK
RGB Variations
Color information
#9597EF (or 0x9597EF) is known color: Portage. HEX triplet: 95, 97 and EF. RGB value is (149,151,239). Sum of RGB (Red+Green+Blue) = 149+151+239=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #9597EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9597EF is #6A6810. Grayscale: #A0A0A0. Windows color (decimal): -6973457 or 15701909. OLE color: 15701909.
HSL color Cylindrical-coordinate representation of color #9597EF: hue angle of 238.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9597EF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 151 | 239 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.06 |
| HSL | 238.67º | 0.74% | 0.76% | - |
| HSV(B) | 238.67º | 0.38% | 0.94% | - |
| XYZ | 39.04 | 34.75 | 86.31 | - |
| YUV | 160.43 | 172.34 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 239 | 0.38 | 0.37 | 0 | 0.06 | 238.67 | 0.74 | 0.76 |
| Hex | 95 | 97 | EF | 26 | 25 | 0 | 6 | EF | 4A | 4C |
| Octal | 225 | 227 | 357 | 46 | 45 | 0 | 6 | 357 | 112 | 114 |
| Binary | 10010101 | 10010111 | 11101111 | 100110 | 100101 | 0 | 110 | 11101111 | 1001010 | 1001100 |
Color Harmonies of #9597EF
Complementary color
Monochromatic Colors of #9597EF
Black with #9597EF
Text Example
Text Example
White with #9597EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597EF; }
p { color: rgb(149,151,239); }
H1.HeaderClassName
{
color: #9597EF;
}
.AnyTagClassName
{
color: #9597EF;
}
</style>
background-color css
<style>
a { background-color: #9597EF; }
a { background-color: rgb(149,151,239); }
div.DivClassName
{
background-color: #9597EF;
}
.BgClassName
{
background-color: #9597EF;
}
</style>
border-color css
<style>
span { border-color: #9597EF; }
span { border-color: rgb(149,151,239); }
td.TdClassName
{
border-color: #9597EF;
}
.TagClassName
{
border-color: #9597EF;
}
</style>