Shades of Portage #9397EE
Tints of Portage #9397EE
RGB
CMYK
RGB Variations
Color information
#9397EE (or 0x9397EE) is known color: Portage. HEX triplet: 93, 97 and EE. RGB value is (147,151,238). Sum of RGB (Red+Green+Blue) = 147+151+238=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9397EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9397EE is #6C6811. Grayscale: #9F9F9F. Windows color (decimal): -7104530 or 15636371. OLE color: 15636371.
HSL color Cylindrical-coordinate representation of color #9397EE: hue angle of 237.36º degrees, saturation: 0.73, 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 #9397EE is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 151 | 238 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.07 |
| HSL | 237.36º | 0.73% | 0.75% | - |
| HSV(B) | 237.36º | 0.38% | 0.93% | - |
| XYZ | 38.53 | 34.51 | 85.52 | - |
| YUV | 159.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 238 | 0.38 | 0.37 | 0 | 0.07 | 237.36 | 0.73 | 0.75 |
| Hex | 93 | 97 | EE | 26 | 25 | 0 | 7 | ED | 49 | 4B |
| Octal | 223 | 227 | 356 | 46 | 45 | 0 | 7 | 355 | 111 | 113 |
| Binary | 10010011 | 10010111 | 11101110 | 100110 | 100101 | 0 | 111 | 11101101 | 1001001 | 1001011 |
Color Harmonies of #9397EE
Complementary color
Monochromatic Colors of #9397EE
Black with #9397EE
Text Example
Text Example
White with #9397EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397EE; }
p { color: rgb(147,151,238); }
H1.HeaderClassName
{
color: #9397EE;
}
.AnyTagClassName
{
color: #9397EE;
}
</style>
background-color css
<style>
a { background-color: #9397EE; }
a { background-color: rgb(147,151,238); }
div.DivClassName
{
background-color: #9397EE;
}
.BgClassName
{
background-color: #9397EE;
}
</style>
border-color css
<style>
span { border-color: #9397EE; }
span { border-color: rgb(147,151,238); }
td.TdClassName
{
border-color: #9397EE;
}
.TagClassName
{
border-color: #9397EE;
}
</style>