Shades of Portage #9C9BEA
Tints of Portage #9C9BEA
RGB
CMYK
RGB Variations
Color information
#9C9BEA (or 0x9C9BEA) is known color: Portage. HEX triplet: 9C, 9B and EA. RGB value is (156,155,234). Sum of RGB (Red+Green+Blue) = 156+155+234=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9BEA is #636415. Grayscale: #A3A3A3. Windows color (decimal): -6513686 or 15375260. OLE color: 15375260.
HSL color Cylindrical-coordinate representation of color #9C9BEA: hue angle of 240.76º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9BEA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 155 | 234 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.08 |
| HSL | 240.76º | 0.65% | 0.76% | - |
| HSV(B) | 240.76º | 0.34% | 0.92% | - |
| XYZ | 40.28 | 36.45 | 82.75 | - |
| YUV | 164.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 234 | 0.33 | 0.34 | 0 | 0.08 | 240.76 | 0.65 | 0.76 |
| Hex | 9C | 9B | EA | 21 | 22 | 0 | 8 | F1 | 41 | 4C |
| Octal | 234 | 233 | 352 | 41 | 42 | 0 | 10 | 361 | 101 | 114 |
| Binary | 10011100 | 10011011 | 11101010 | 100001 | 100010 | 0 | 1000 | 11110001 | 1000001 | 1001100 |
Color Harmonies of #9C9BEA
Complementary color
Monochromatic Colors of #9C9BEA
Black with #9C9BEA
Text Example
Text Example
White with #9C9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BEA; }
p { color: rgb(156,155,234); }
H1.HeaderClassName
{
color: #9C9BEA;
}
.AnyTagClassName
{
color: #9C9BEA;
}
</style>
background-color css
<style>
a { background-color: #9C9BEA; }
a { background-color: rgb(156,155,234); }
div.DivClassName
{
background-color: #9C9BEA;
}
.BgClassName
{
background-color: #9C9BEA;
}
</style>
border-color css
<style>
span { border-color: #9C9BEA; }
span { border-color: rgb(156,155,234); }
td.TdClassName
{
border-color: #9C9BEA;
}
.TagClassName
{
border-color: #9C9BEA;
}
</style>