Shades of Portage #9C9BEB
Tints of Portage #9C9BEB
RGB
CMYK
RGB Variations
Color information
#9C9BEB (or 0x9C9BEB) is known color: Portage. HEX triplet: 9C, 9B and EB. RGB value is (156,155,235). Sum of RGB (Red+Green+Blue) = 156+155+235=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9BEB is #636414. Grayscale: #A4A4A4. Windows color (decimal): -6513685 or 15440796. OLE color: 15440796.
HSL color Cylindrical-coordinate representation of color #9C9BEB: hue angle of 240.75º degrees, saturation: 0.67, 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 #9C9BEB is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 155 | 235 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.08 |
| HSL | 240.75º | 0.67% | 0.76% | - |
| HSV(B) | 240.75º | 0.34% | 0.92% | - |
| XYZ | 40.43 | 36.51 | 83.51 | - |
| YUV | 164.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 235 | 0.34 | 0.34 | 0 | 0.08 | 240.75 | 0.67 | 0.76 |
| Hex | 9C | 9B | EB | 22 | 22 | 0 | 8 | F1 | 43 | 4C |
| Octal | 234 | 233 | 353 | 42 | 42 | 0 | 10 | 361 | 103 | 114 |
| Binary | 10011100 | 10011011 | 11101011 | 100010 | 100010 | 0 | 1000 | 11110001 | 1000011 | 1001100 |
Color Harmonies of #9C9BEB
Complementary color
Monochromatic Colors of #9C9BEB
Black with #9C9BEB
Text Example
Text Example
White with #9C9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BEB; }
p { color: rgb(156,155,235); }
H1.HeaderClassName
{
color: #9C9BEB;
}
.AnyTagClassName
{
color: #9C9BEB;
}
</style>
background-color css
<style>
a { background-color: #9C9BEB; }
a { background-color: rgb(156,155,235); }
div.DivClassName
{
background-color: #9C9BEB;
}
.BgClassName
{
background-color: #9C9BEB;
}
</style>
border-color css
<style>
span { border-color: #9C9BEB; }
span { border-color: rgb(156,155,235); }
td.TdClassName
{
border-color: #9C9BEB;
}
.TagClassName
{
border-color: #9C9BEB;
}
</style>