Shades of Portage #9D9CEF
Tints of Portage #9D9CEF
RGB
CMYK
RGB Variations
Color information
#9D9CEF (or 0x9D9CEF) is known color: Portage. HEX triplet: 9D, 9C and EF. RGB value is (157,156,239). Sum of RGB (Red+Green+Blue) = 157+156+239=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9CEF is #626310. Grayscale: #A5A5A5. Windows color (decimal): -6447889 or 15703197. OLE color: 15703197.
HSL color Cylindrical-coordinate representation of color #9D9CEF: hue angle of 240.72º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9CEF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 156 | 239 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.06 |
| HSL | 240.72º | 0.72% | 0.77% | - |
| HSV(B) | 240.72º | 0.35% | 0.94% | - |
| XYZ | 41.37 | 37.18 | 86.66 | - |
| YUV | 165.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 239 | 0.34 | 0.35 | 0 | 0.06 | 240.72 | 0.72 | 0.77 |
| Hex | 9D | 9C | EF | 22 | 23 | 0 | 6 | F1 | 48 | 4D |
| Octal | 235 | 234 | 357 | 42 | 43 | 0 | 6 | 361 | 110 | 115 |
| Binary | 10011101 | 10011100 | 11101111 | 100010 | 100011 | 0 | 110 | 11110001 | 1001000 | 1001101 |
Color Harmonies of #9D9CEF
Complementary color
Monochromatic Colors of #9D9CEF
Black with #9D9CEF
Text Example
Text Example
White with #9D9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CEF; }
p { color: rgb(157,156,239); }
H1.HeaderClassName
{
color: #9D9CEF;
}
.AnyTagClassName
{
color: #9D9CEF;
}
</style>
background-color css
<style>
a { background-color: #9D9CEF; }
a { background-color: rgb(157,156,239); }
div.DivClassName
{
background-color: #9D9CEF;
}
.BgClassName
{
background-color: #9D9CEF;
}
</style>
border-color css
<style>
span { border-color: #9D9CEF; }
span { border-color: rgb(157,156,239); }
td.TdClassName
{
border-color: #9D9CEF;
}
.TagClassName
{
border-color: #9D9CEF;
}
</style>