Shades of Portage #9D9CEB
Tints of Portage #9D9CEB
RGB
CMYK
RGB Variations
Color information
#9D9CEB (or 0x9D9CEB) is known color: Portage. HEX triplet: 9D, 9C and EB. RGB value is (157,156,235). Sum of RGB (Red+Green+Blue) = 157+156+235=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CEB is #626314. Grayscale: #A4A4A4. Windows color (decimal): -6447893 or 15441053. OLE color: 15441053.
HSL color Cylindrical-coordinate representation of color #9D9CEB: hue angle of 240.76º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9CEB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 156 | 235 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.08 |
| HSL | 240.76º | 0.66% | 0.77% | - |
| HSV(B) | 240.76º | 0.34% | 0.92% | - |
| XYZ | 40.79 | 36.94 | 83.58 | - |
| YUV | 165.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 235 | 0.33 | 0.34 | 0 | 0.08 | 240.76 | 0.66 | 0.77 |
| Hex | 9D | 9C | EB | 21 | 22 | 0 | 8 | F1 | 42 | 4D |
| Octal | 235 | 234 | 353 | 41 | 42 | 0 | 10 | 361 | 102 | 115 |
| Binary | 10011101 | 10011100 | 11101011 | 100001 | 100010 | 0 | 1000 | 11110001 | 1000010 | 1001101 |
Color Harmonies of #9D9CEB
Complementary color
Monochromatic Colors of #9D9CEB
Black with #9D9CEB
Text Example
Text Example
White with #9D9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CEB; }
p { color: rgb(157,156,235); }
H1.HeaderClassName
{
color: #9D9CEB;
}
.AnyTagClassName
{
color: #9D9CEB;
}
</style>
background-color css
<style>
a { background-color: #9D9CEB; }
a { background-color: rgb(157,156,235); }
div.DivClassName
{
background-color: #9D9CEB;
}
.BgClassName
{
background-color: #9D9CEB;
}
</style>
border-color css
<style>
span { border-color: #9D9CEB; }
span { border-color: rgb(157,156,235); }
td.TdClassName
{
border-color: #9D9CEB;
}
.TagClassName
{
border-color: #9D9CEB;
}
</style>