Shades of Portage #9C9BEC
Tints of Portage #9C9BEC
RGB
CMYK
RGB Variations
Color information
#9C9BEC (or 0x9C9BEC) is known color: Portage. HEX triplet: 9C, 9B and EC. RGB value is (156,155,236). Sum of RGB (Red+Green+Blue) = 156+155+236=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9BEC is #636413. Grayscale: #A4A4A4. Windows color (decimal): -6513684 or 15506332. OLE color: 15506332.
HSL color Cylindrical-coordinate representation of color #9C9BEC: hue angle of 240.74º degrees, saturation: 0.68, 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 #9C9BEC is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 155 | 236 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.07 |
| HSL | 240.74º | 0.68% | 0.77% | - |
| HSV(B) | 240.74º | 0.34% | 0.93% | - |
| XYZ | 40.57 | 36.57 | 84.28 | - |
| YUV | 164.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 236 | 0.34 | 0.34 | 0 | 0.07 | 240.74 | 0.68 | 0.77 |
| Hex | 9C | 9B | EC | 22 | 22 | 0 | 7 | F1 | 44 | 4D |
| Octal | 234 | 233 | 354 | 42 | 42 | 0 | 7 | 361 | 104 | 115 |
| Binary | 10011100 | 10011011 | 11101100 | 100010 | 100010 | 0 | 111 | 11110001 | 1000100 | 1001101 |
Color Harmonies of #9C9BEC
Complementary color
Monochromatic Colors of #9C9BEC
Black with #9C9BEC
Text Example
Text Example
White with #9C9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BEC; }
p { color: rgb(156,155,236); }
H1.HeaderClassName
{
color: #9C9BEC;
}
.AnyTagClassName
{
color: #9C9BEC;
}
</style>
background-color css
<style>
a { background-color: #9C9BEC; }
a { background-color: rgb(156,155,236); }
div.DivClassName
{
background-color: #9C9BEC;
}
.BgClassName
{
background-color: #9C9BEC;
}
</style>
border-color css
<style>
span { border-color: #9C9BEC; }
span { border-color: rgb(156,155,236); }
td.TdClassName
{
border-color: #9C9BEC;
}
.TagClassName
{
border-color: #9C9BEC;
}
</style>