Shades of Portage #9497EC
Tints of Portage #9497EC
RGB
CMYK
RGB Variations
Color information
#9497EC (or 0x9497EC) is known color: Portage. HEX triplet: 94, 97 and EC. RGB value is (148,151,236). Sum of RGB (Red+Green+Blue) = 148+151+236=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #9497EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9497EC is #6B6813. Grayscale: #9F9F9F. Windows color (decimal): -7038996 or 15505300. OLE color: 15505300.
HSL color Cylindrical-coordinate representation of color #9497EC: hue angle of 237.95º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9497EC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 151 | 236 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.07 |
| HSL | 237.95º | 0.7% | 0.75% | - |
| HSV(B) | 237.95º | 0.37% | 0.93% | - |
| XYZ | 38.42 | 34.49 | 83.99 | - |
| YUV | 159.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 236 | 0.37 | 0.36 | 0 | 0.07 | 237.95 | 0.7 | 0.75 |
| Hex | 94 | 97 | EC | 25 | 24 | 0 | 7 | EE | 46 | 4B |
| Octal | 224 | 227 | 354 | 45 | 44 | 0 | 7 | 356 | 106 | 113 |
| Binary | 10010100 | 10010111 | 11101100 | 100101 | 100100 | 0 | 111 | 11101110 | 1000110 | 1001011 |
Color Harmonies of #9497EC
Complementary color
Monochromatic Colors of #9497EC
Black with #9497EC
Text Example
Text Example
White with #9497EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497EC; }
p { color: rgb(148,151,236); }
H1.HeaderClassName
{
color: #9497EC;
}
.AnyTagClassName
{
color: #9497EC;
}
</style>
background-color css
<style>
a { background-color: #9497EC; }
a { background-color: rgb(148,151,236); }
div.DivClassName
{
background-color: #9497EC;
}
.BgClassName
{
background-color: #9497EC;
}
</style>
border-color css
<style>
span { border-color: #9497EC; }
span { border-color: rgb(148,151,236); }
td.TdClassName
{
border-color: #9497EC;
}
.TagClassName
{
border-color: #9497EC;
}
</style>