Shades of Portage #9C9DEA
Tints of Portage #9C9DEA
RGB
CMYK
RGB Variations
Color information
#9C9DEA (or 0x9C9DEA) is known color: Portage. HEX triplet: 9C, 9D and EA. RGB value is (156,157,234). Sum of RGB (Red+Green+Blue) = 156+157+234=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9DEA is #636215. Grayscale: #A5A5A5. Windows color (decimal): -6513174 or 15375772. OLE color: 15375772.
HSL color Cylindrical-coordinate representation of color #9C9DEA: hue angle of 239.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9DEA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 157 | 234 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.08 |
| HSL | 239.23º | 0.65% | 0.76% | - |
| HSV(B) | 239.23º | 0.33% | 0.92% | - |
| XYZ | 40.62 | 37.12 | 82.87 | - |
| YUV | 165.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 234 | 0.33 | 0.33 | 0 | 0.08 | 239.23 | 0.65 | 0.76 |
| Hex | 9C | 9D | EA | 21 | 21 | 0 | 8 | EF | 41 | 4C |
| Octal | 234 | 235 | 352 | 41 | 41 | 0 | 10 | 357 | 101 | 114 |
| Binary | 10011100 | 10011101 | 11101010 | 100001 | 100001 | 0 | 1000 | 11101111 | 1000001 | 1001100 |
Color Harmonies of #9C9DEA
Complementary color
Monochromatic Colors of #9C9DEA
Black with #9C9DEA
Text Example
Text Example
White with #9C9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DEA; }
p { color: rgb(156,157,234); }
H1.HeaderClassName
{
color: #9C9DEA;
}
.AnyTagClassName
{
color: #9C9DEA;
}
</style>
background-color css
<style>
a { background-color: #9C9DEA; }
a { background-color: rgb(156,157,234); }
div.DivClassName
{
background-color: #9C9DEA;
}
.BgClassName
{
background-color: #9C9DEA;
}
</style>
border-color css
<style>
span { border-color: #9C9DEA; }
span { border-color: rgb(156,157,234); }
td.TdClassName
{
border-color: #9C9DEA;
}
.TagClassName
{
border-color: #9C9DEA;
}
</style>