Shades of Portage #9799EE
Tints of Portage #9799EE
RGB
CMYK
RGB Variations
Color information
#9799EE (or 0x9799EE) is known color: Portage. HEX triplet: 97, 99 and EE. RGB value is (151,153,238). Sum of RGB (Red+Green+Blue) = 151+153+238=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #9799EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9799EE is #686611. Grayscale: #A1A1A1. Windows color (decimal): -6841874 or 15636887. OLE color: 15636887.
HSL color Cylindrical-coordinate representation of color #9799EE: hue angle of 238.62º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9799EE is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 153 | 238 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.07 |
| HSL | 238.62º | 0.72% | 0.76% | - |
| HSV(B) | 238.62º | 0.37% | 0.93% | - |
| XYZ | 39.59 | 35.53 | 85.66 | - |
| YUV | 162.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 238 | 0.37 | 0.36 | 0 | 0.07 | 238.62 | 0.72 | 0.76 |
| Hex | 97 | 99 | EE | 25 | 24 | 0 | 7 | EF | 48 | 4C |
| Octal | 227 | 231 | 356 | 45 | 44 | 0 | 7 | 357 | 110 | 114 |
| Binary | 10010111 | 10011001 | 11101110 | 100101 | 100100 | 0 | 111 | 11101111 | 1001000 | 1001100 |
Color Harmonies of #9799EE
Complementary color
Monochromatic Colors of #9799EE
Black with #9799EE
Text Example
Text Example
White with #9799EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799EE; }
p { color: rgb(151,153,238); }
H1.HeaderClassName
{
color: #9799EE;
}
.AnyTagClassName
{
color: #9799EE;
}
</style>
background-color css
<style>
a { background-color: #9799EE; }
a { background-color: rgb(151,153,238); }
div.DivClassName
{
background-color: #9799EE;
}
.BgClassName
{
background-color: #9799EE;
}
</style>
border-color css
<style>
span { border-color: #9799EE; }
span { border-color: rgb(151,153,238); }
td.TdClassName
{
border-color: #9799EE;
}
.TagClassName
{
border-color: #9799EE;
}
</style>