Shades of Portage #9598DA
Tints of Portage #9598DA
RGB
CMYK
RGB Variations
Color information
#9598DA (or 0x9598DA) is known color: Portage. HEX triplet: 95, 98 and DA. RGB value is (149,152,218). Sum of RGB (Red+Green+Blue) = 149+152+218=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #9598DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598DA is #6A6725. Grayscale: #9E9E9E. Windows color (decimal): -6973222 or 14325909. OLE color: 14325909.
HSL color Cylindrical-coordinate representation of color #9598DA: hue angle of 237.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9598DA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 152 | 218 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.15 |
| HSL | 237.39º | 0.48% | 0.72% | - |
| HSV(B) | 237.39º | 0.32% | 0.85% | - |
| XYZ | 36.28 | 33.91 | 70.96 | - |
| YUV | 158.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 218 | 0.32 | 0.30 | 0 | 0.15 | 237.39 | 0.48 | 0.72 |
| Hex | 95 | 98 | DA | 20 | 1E | 0 | F | ED | 30 | 48 |
| Octal | 225 | 230 | 332 | 40 | 36 | 0 | 17 | 355 | 60 | 110 |
| Binary | 10010101 | 10011000 | 11011010 | 100000 | 11110 | 0 | 1111 | 11101101 | 110000 | 1001000 |
Color Harmonies of #9598DA
Complementary color
Monochromatic Colors of #9598DA
Black with #9598DA
Text Example
Text Example
White with #9598DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9598DA; }
p { color: rgb(149,152,218); }
H1.HeaderClassName
{
color: #9598DA;
}
.AnyTagClassName
{
color: #9598DA;
}
</style>
background-color css
<style>
a { background-color: #9598DA; }
a { background-color: rgb(149,152,218); }
div.DivClassName
{
background-color: #9598DA;
}
.BgClassName
{
background-color: #9598DA;
}
</style>
border-color css
<style>
span { border-color: #9598DA; }
span { border-color: rgb(149,152,218); }
td.TdClassName
{
border-color: #9598DA;
}
.TagClassName
{
border-color: #9598DA;
}
</style>