Shades of Portage #9D9EEA
Tints of Portage #9D9EEA
RGB
CMYK
RGB Variations
Color information
#9D9EEA (or 0x9D9EEA) is known color: Portage. HEX triplet: 9D, 9E and EA. RGB value is (157,158,234). Sum of RGB (Red+Green+Blue) = 157+158+234=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EEA is #626115. Grayscale: #A6A6A6. Windows color (decimal): -6447382 or 15376029. OLE color: 15376029.
HSL color Cylindrical-coordinate representation of color #9D9EEA: hue angle of 239.22º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D9EEA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 158 | 234 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.08 |
| HSL | 239.22º | 0.65% | 0.77% | - |
| HSV(B) | 239.22º | 0.33% | 0.92% | - |
| XYZ | 40.98 | 37.56 | 82.93 | - |
| YUV | 166.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 234 | 0.33 | 0.32 | 0 | 0.08 | 239.22 | 0.65 | 0.77 |
| Hex | 9D | 9E | EA | 21 | 20 | 0 | 8 | EF | 41 | 4D |
| Octal | 235 | 236 | 352 | 41 | 40 | 0 | 10 | 357 | 101 | 115 |
| Binary | 10011101 | 10011110 | 11101010 | 100001 | 100000 | 0 | 1000 | 11101111 | 1000001 | 1001101 |
Color Harmonies of #9D9EEA
Complementary color
Monochromatic Colors of #9D9EEA
Black with #9D9EEA
Text Example
Text Example
White with #9D9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9EEA; }
p { color: rgb(157,158,234); }
H1.HeaderClassName
{
color: #9D9EEA;
}
.AnyTagClassName
{
color: #9D9EEA;
}
</style>
background-color css
<style>
a { background-color: #9D9EEA; }
a { background-color: rgb(157,158,234); }
div.DivClassName
{
background-color: #9D9EEA;
}
.BgClassName
{
background-color: #9D9EEA;
}
</style>
border-color css
<style>
span { border-color: #9D9EEA; }
span { border-color: rgb(157,158,234); }
td.TdClassName
{
border-color: #9D9EEA;
}
.TagClassName
{
border-color: #9D9EEA;
}
</style>