Shades of Portage #9591EF
Tints of Portage #9591EF
RGB
CMYK
RGB Variations
Color information
#9591EF (or 0x9591EF) is known color: Portage. HEX triplet: 95, 91 and EF. RGB value is (149,145,239). Sum of RGB (Red+Green+Blue) = 149+145+239=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #9591EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9591EF is #6A6E10. Grayscale: #9C9C9C. Windows color (decimal): -6974993 or 15700373. OLE color: 15700373.
HSL color Cylindrical-coordinate representation of color #9591EF: hue angle of 242.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9591EF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 145 | 239 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.06 |
| HSL | 242.55º | 0.75% | 0.75% | - |
| HSV(B) | 242.55º | 0.39% | 0.94% | - |
| XYZ | 38.1 | 32.87 | 86 | - |
| YUV | 156.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 239 | 0.38 | 0.39 | 0 | 0.06 | 242.55 | 0.75 | 0.75 |
| Hex | 95 | 91 | EF | 26 | 27 | 0 | 6 | F3 | 4B | 4B |
| Octal | 225 | 221 | 357 | 46 | 47 | 0 | 6 | 363 | 113 | 113 |
| Binary | 10010101 | 10010001 | 11101111 | 100110 | 100111 | 0 | 110 | 11110011 | 1001011 | 1001011 |
Color Harmonies of #9591EF
Complementary color
Monochromatic Colors of #9591EF
Black with #9591EF
Text Example
Text Example
White with #9591EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9591EF; }
p { color: rgb(149,145,239); }
H1.HeaderClassName
{
color: #9591EF;
}
.AnyTagClassName
{
color: #9591EF;
}
</style>
background-color css
<style>
a { background-color: #9591EF; }
a { background-color: rgb(149,145,239); }
div.DivClassName
{
background-color: #9591EF;
}
.BgClassName
{
background-color: #9591EF;
}
</style>
border-color css
<style>
span { border-color: #9591EF; }
span { border-color: rgb(149,145,239); }
td.TdClassName
{
border-color: #9591EF;
}
.TagClassName
{
border-color: #9591EF;
}
</style>