Shades of Portage #9497ED
Tints of Portage #9497ED
RGB
CMYK
RGB Variations
Color information
#9497ED (or 0x9497ED) is known color: Portage. HEX triplet: 94, 97 and ED. RGB value is (148,151,237). Sum of RGB (Red+Green+Blue) = 148+151+237=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9497ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9497ED is #6B6812. Grayscale: #9F9F9F. Windows color (decimal): -7038995 or 15570836. OLE color: 15570836.
HSL color Cylindrical-coordinate representation of color #9497ED: hue angle of 237.98º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9497ED is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 151 | 237 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.07 |
| HSL | 237.98º | 0.71% | 0.75% | - |
| HSV(B) | 237.98º | 0.38% | 0.93% | - |
| XYZ | 38.57 | 34.54 | 84.76 | - |
| YUV | 159.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 237 | 0.38 | 0.36 | 0 | 0.07 | 237.98 | 0.71 | 0.75 |
| Hex | 94 | 97 | ED | 26 | 24 | 0 | 7 | EE | 47 | 4B |
| Octal | 224 | 227 | 355 | 46 | 44 | 0 | 7 | 356 | 107 | 113 |
| Binary | 10010100 | 10010111 | 11101101 | 100110 | 100100 | 0 | 111 | 11101110 | 1000111 | 1001011 |
Color Harmonies of #9497ED
Complementary color
Monochromatic Colors of #9497ED
Black with #9497ED
Text Example
Text Example
White with #9497ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9497ED; }
p { color: rgb(148,151,237); }
H1.HeaderClassName
{
color: #9497ED;
}
.AnyTagClassName
{
color: #9497ED;
}
</style>
background-color css
<style>
a { background-color: #9497ED; }
a { background-color: rgb(148,151,237); }
div.DivClassName
{
background-color: #9497ED;
}
.BgClassName
{
background-color: #9497ED;
}
</style>
border-color css
<style>
span { border-color: #9497ED; }
span { border-color: rgb(148,151,237); }
td.TdClassName
{
border-color: #9497ED;
}
.TagClassName
{
border-color: #9497ED;
}
</style>