Shades of Portage #9B9CED
Tints of Portage #9B9CED
RGB
CMYK
RGB Variations
Color information
#9B9CED (or 0x9B9CED) is known color: Portage. HEX triplet: 9B, 9C and ED. RGB value is (155,156,237). Sum of RGB (Red+Green+Blue) = 155+156+237=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CED is #646312. Grayscale: #A4A4A4. Windows color (decimal): -6578963 or 15572123. OLE color: 15572123.
HSL color Cylindrical-coordinate representation of color #9B9CED: hue angle of 239.27º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9CED is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 156 | 237 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.07 |
| HSL | 239.27º | 0.69% | 0.77% | - |
| HSV(B) | 239.27º | 0.35% | 0.93% | - |
| XYZ | 40.69 | 36.86 | 85.09 | - |
| YUV | 164.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 237 | 0.35 | 0.34 | 0 | 0.07 | 239.27 | 0.69 | 0.77 |
| Hex | 9B | 9C | ED | 23 | 22 | 0 | 7 | EF | 45 | 4D |
| Octal | 233 | 234 | 355 | 43 | 42 | 0 | 7 | 357 | 105 | 115 |
| Binary | 10011011 | 10011100 | 11101101 | 100011 | 100010 | 0 | 111 | 11101111 | 1000101 | 1001101 |
Color Harmonies of #9B9CED
Complementary color
Monochromatic Colors of #9B9CED
Black with #9B9CED
Text Example
Text Example
White with #9B9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CED; }
p { color: rgb(155,156,237); }
H1.HeaderClassName
{
color: #9B9CED;
}
.AnyTagClassName
{
color: #9B9CED;
}
</style>
background-color css
<style>
a { background-color: #9B9CED; }
a { background-color: rgb(155,156,237); }
div.DivClassName
{
background-color: #9B9CED;
}
.BgClassName
{
background-color: #9B9CED;
}
</style>
border-color css
<style>
span { border-color: #9B9CED; }
span { border-color: rgb(155,156,237); }
td.TdClassName
{
border-color: #9B9CED;
}
.TagClassName
{
border-color: #9B9CED;
}
</style>