Shades of Portage #9D9CEE
Tints of Portage #9D9CEE
RGB
CMYK
RGB Variations
Color information
#9D9CEE (or 0x9D9CEE) is known color: Portage. HEX triplet: 9D, 9C and EE. RGB value is (157,156,238). Sum of RGB (Red+Green+Blue) = 157+156+238=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CEE is #626311. Grayscale: #A5A5A5. Windows color (decimal): -6447890 or 15637661. OLE color: 15637661.
HSL color Cylindrical-coordinate representation of color #9D9CEE: hue angle of 240.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9CEE is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 156 | 238 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.07 |
| HSL | 240.73º | 0.71% | 0.77% | - |
| HSV(B) | 240.73º | 0.34% | 0.93% | - |
| XYZ | 41.23 | 37.12 | 85.88 | - |
| YUV | 165.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 238 | 0.34 | 0.34 | 0 | 0.07 | 240.73 | 0.71 | 0.77 |
| Hex | 9D | 9C | EE | 22 | 22 | 0 | 7 | F1 | 47 | 4D |
| Octal | 235 | 234 | 356 | 42 | 42 | 0 | 7 | 361 | 107 | 115 |
| Binary | 10011101 | 10011100 | 11101110 | 100010 | 100010 | 0 | 111 | 11110001 | 1000111 | 1001101 |
Color Harmonies of #9D9CEE
Complementary color
Monochromatic Colors of #9D9CEE
Black with #9D9CEE
Text Example
Text Example
White with #9D9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CEE; }
p { color: rgb(157,156,238); }
H1.HeaderClassName
{
color: #9D9CEE;
}
.AnyTagClassName
{
color: #9D9CEE;
}
</style>
background-color css
<style>
a { background-color: #9D9CEE; }
a { background-color: rgb(157,156,238); }
div.DivClassName
{
background-color: #9D9CEE;
}
.BgClassName
{
background-color: #9D9CEE;
}
</style>
border-color css
<style>
span { border-color: #9D9CEE; }
span { border-color: rgb(157,156,238); }
td.TdClassName
{
border-color: #9D9CEE;
}
.TagClassName
{
border-color: #9D9CEE;
}
</style>