Shades of Portage #9598F8
Tints of Portage #9598F8
RGB
CMYK
RGB Variations
Color information
#9598F8 (or 0x9598F8) is known color: Portage. HEX triplet: 95, 98 and F8. RGB value is (149,152,248). Sum of RGB (Red+Green+Blue) = 149+152+248=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #9598F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9598F8 is #6A6707. Grayscale: #A1A1A1. Windows color (decimal): -6973192 or 16291989. OLE color: 16291989.
HSL color Cylindrical-coordinate representation of color #9598F8: hue angle of 238.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9598F8 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 152 | 248 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.03 |
| HSL | 238.18º | 0.88% | 0.78% | - |
| HSV(B) | 238.18º | 0.4% | 0.97% | - |
| XYZ | 40.57 | 35.62 | 93.54 | - |
| YUV | 162.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 248 | 0.40 | 0.39 | 0 | 0.03 | 238.18 | 0.88 | 0.78 |
| Hex | 95 | 98 | F8 | 28 | 27 | 0 | 3 | EE | 58 | 4E |
| Octal | 225 | 230 | 370 | 50 | 47 | 0 | 3 | 356 | 130 | 116 |
| Binary | 10010101 | 10011000 | 11111000 | 101000 | 100111 | 0 | 11 | 11101110 | 1011000 | 1001110 |
Color Harmonies of #9598F8
Complementary color
Monochromatic Colors of #9598F8
Black with #9598F8
Text Example
Text Example
White with #9598F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598F8; }
p { color: rgb(149,152,248); }
H1.HeaderClassName
{
color: #9598F8;
}
.AnyTagClassName
{
color: #9598F8;
}
</style>
background-color css
<style>
a { background-color: #9598F8; }
a { background-color: rgb(149,152,248); }
div.DivClassName
{
background-color: #9598F8;
}
.BgClassName
{
background-color: #9598F8;
}
</style>
border-color css
<style>
span { border-color: #9598F8; }
span { border-color: rgb(149,152,248); }
td.TdClassName
{
border-color: #9598F8;
}
.TagClassName
{
border-color: #9598F8;
}
</style>