Shades of Portage #9997E6
Tints of Portage #9997E6
RGB
CMYK
RGB Variations
Color information
#9997E6 (or 0x9997E6) is known color: Portage. HEX triplet: 99, 97 and E6. RGB value is (153,151,230). Sum of RGB (Red+Green+Blue) = 153+151+230=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #9997E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9997E6 is #666819. Grayscale: #A0A0A0. Windows color (decimal): -6711322 or 15112089. OLE color: 15112089.
HSL color Cylindrical-coordinate representation of color #9997E6: hue angle of 241.52º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9997E6 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 151 | 230 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.10 |
| HSL | 241.52º | 0.61% | 0.75% | - |
| HSV(B) | 241.52º | 0.34% | 0.9% | - |
| XYZ | 38.49 | 34.62 | 79.52 | - |
| YUV | 160.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 230 | 0.33 | 0.34 | 0 | 0.10 | 241.52 | 0.61 | 0.75 |
| Hex | 99 | 97 | E6 | 21 | 22 | 0 | A | F2 | 3D | 4B |
| Octal | 231 | 227 | 346 | 41 | 42 | 0 | 12 | 362 | 75 | 113 |
| Binary | 10011001 | 10010111 | 11100110 | 100001 | 100010 | 0 | 1010 | 11110010 | 111101 | 1001011 |
Color Harmonies of #9997E6
Complementary color
Monochromatic Colors of #9997E6
Black with #9997E6
Text Example
Text Example
White with #9997E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997E6; }
p { color: rgb(153,151,230); }
H1.HeaderClassName
{
color: #9997E6;
}
.AnyTagClassName
{
color: #9997E6;
}
</style>
background-color css
<style>
a { background-color: #9997E6; }
a { background-color: rgb(153,151,230); }
div.DivClassName
{
background-color: #9997E6;
}
.BgClassName
{
background-color: #9997E6;
}
</style>
border-color css
<style>
span { border-color: #9997E6; }
span { border-color: rgb(153,151,230); }
td.TdClassName
{
border-color: #9997E6;
}
.TagClassName
{
border-color: #9997E6;
}
</style>