Shades of Portage #9B9BEC
Tints of Portage #9B9BEC
RGB
CMYK
RGB Variations
Color information
#9B9BEC (or 0x9B9BEC) is known color: Portage. HEX triplet: 9B, 9B and EC. RGB value is (155,155,236). Sum of RGB (Red+Green+Blue) = 155+155+236=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9BEC is #646413. Grayscale: #A3A3A3. Windows color (decimal): -6579220 or 15506331. OLE color: 15506331.
HSL color Cylindrical-coordinate representation of color #9B9BEC: hue angle of 240º 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 #9B9BEC is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 155 | 236 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.07 |
| HSL | 240º | 0.68% | 0.77% | - |
| HSV(B) | 240º | 0.34% | 0.93% | - |
| XYZ | 40.38 | 36.47 | 84.27 | - |
| YUV | 164.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 155 | 236 | 0.34 | 0.34 | 0 | 0.07 | 240 | 0.68 | 0.77 |
| Hex | 9B | 9B | EC | 22 | 22 | 0 | 7 | F0 | 44 | 4D |
| Octal | 233 | 233 | 354 | 42 | 42 | 0 | 7 | 360 | 104 | 115 |
| Binary | 10011011 | 10011011 | 11101100 | 100010 | 100010 | 0 | 111 | 11110000 | 1000100 | 1001101 |
Color Harmonies of #9B9BEC
Complementary color
Monochromatic Colors of #9B9BEC
Black with #9B9BEC
Text Example
Text Example
White with #9B9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9BEC; }
p { color: rgb(155,155,236); }
H1.HeaderClassName
{
color: #9B9BEC;
}
.AnyTagClassName
{
color: #9B9BEC;
}
</style>
background-color css
<style>
a { background-color: #9B9BEC; }
a { background-color: rgb(155,155,236); }
div.DivClassName
{
background-color: #9B9BEC;
}
.BgClassName
{
background-color: #9B9BEC;
}
</style>
border-color css
<style>
span { border-color: #9B9BEC; }
span { border-color: rgb(155,155,236); }
td.TdClassName
{
border-color: #9B9BEC;
}
.TagClassName
{
border-color: #9B9BEC;
}
</style>