Shades of Portage #9598F0
Tints of Portage #9598F0
RGB
CMYK
RGB Variations
Color information
#9598F0 (or 0x9598F0) is known color: Portage. HEX triplet: 95, 98 and F0. RGB value is (149,152,240). Sum of RGB (Red+Green+Blue) = 149+152+240=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #9598F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9598F0 is #6A670F. Grayscale: #A0A0A0. Windows color (decimal): -6973200 or 15767701. OLE color: 15767701.
HSL color Cylindrical-coordinate representation of color #9598F0: hue angle of 238.02º degrees, saturation: 0.75, 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 #9598F0 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 152 | 240 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.06 |
| HSL | 238.02º | 0.75% | 0.76% | - |
| HSV(B) | 238.02º | 0.38% | 0.94% | - |
| XYZ | 39.35 | 35.14 | 87.15 | - |
| YUV | 161.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 240 | 0.38 | 0.37 | 0 | 0.06 | 238.02 | 0.75 | 0.76 |
| Hex | 95 | 98 | F0 | 26 | 25 | 0 | 6 | EE | 4B | 4C |
| Octal | 225 | 230 | 360 | 46 | 45 | 0 | 6 | 356 | 113 | 114 |
| Binary | 10010101 | 10011000 | 11110000 | 100110 | 100101 | 0 | 110 | 11101110 | 1001011 | 1001100 |
Color Harmonies of #9598F0
Complementary color
Monochromatic Colors of #9598F0
Black with #9598F0
Text Example
Text Example
White with #9598F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598F0; }
p { color: rgb(149,152,240); }
H1.HeaderClassName
{
color: #9598F0;
}
.AnyTagClassName
{
color: #9598F0;
}
</style>
background-color css
<style>
a { background-color: #9598F0; }
a { background-color: rgb(149,152,240); }
div.DivClassName
{
background-color: #9598F0;
}
.BgClassName
{
background-color: #9598F0;
}
</style>
border-color css
<style>
span { border-color: #9598F0; }
span { border-color: rgb(149,152,240); }
td.TdClassName
{
border-color: #9598F0;
}
.TagClassName
{
border-color: #9598F0;
}
</style>