Shades of Portage #9599E4
Tints of Portage #9599E4
RGB
CMYK
RGB Variations
Color information
#9599E4 (or 0x9599E4) is known color: Portage. HEX triplet: 95, 99 and E4. RGB value is (149,153,228). Sum of RGB (Red+Green+Blue) = 149+153+228=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #9599E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599E4 is #6A661B. Grayscale: #A0A0A0. Windows color (decimal): -6972956 or 14981525. OLE color: 14981525.
HSL color Cylindrical-coordinate representation of color #9599E4: hue angle of 236.96º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9599E4 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 153 | 228 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.11 |
| HSL | 236.96º | 0.59% | 0.74% | - |
| HSV(B) | 236.96º | 0.35% | 0.89% | - |
| XYZ | 37.79 | 34.77 | 78.12 | - |
| YUV | 160.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 228 | 0.35 | 0.33 | 0 | 0.11 | 236.96 | 0.59 | 0.74 |
| Hex | 95 | 99 | E4 | 23 | 21 | 0 | B | ED | 3B | 4A |
| Octal | 225 | 231 | 344 | 43 | 41 | 0 | 13 | 355 | 73 | 112 |
| Binary | 10010101 | 10011001 | 11100100 | 100011 | 100001 | 0 | 1011 | 11101101 | 111011 | 1001010 |
Color Harmonies of #9599E4
Complementary color
Monochromatic Colors of #9599E4
Black with #9599E4
Text Example
Text Example
White with #9599E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599E4; }
p { color: rgb(149,153,228); }
H1.HeaderClassName
{
color: #9599E4;
}
.AnyTagClassName
{
color: #9599E4;
}
</style>
background-color css
<style>
a { background-color: #9599E4; }
a { background-color: rgb(149,153,228); }
div.DivClassName
{
background-color: #9599E4;
}
.BgClassName
{
background-color: #9599E4;
}
</style>
border-color css
<style>
span { border-color: #9599E4; }
span { border-color: rgb(149,153,228); }
td.TdClassName
{
border-color: #9599E4;
}
.TagClassName
{
border-color: #9599E4;
}
</style>