Shades of Portage #9B9CEE
Tints of Portage #9B9CEE
RGB
CMYK
RGB Variations
Color information
#9B9CEE (or 0x9B9CEE) is known color: Portage. HEX triplet: 9B, 9C and EE. RGB value is (155,156,238). Sum of RGB (Red+Green+Blue) = 155+156+238=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CEE is #646311. Grayscale: #A4A4A4. Windows color (decimal): -6578962 or 15637659. OLE color: 15637659.
HSL color Cylindrical-coordinate representation of color #9B9CEE: hue angle of 239.28º degrees, saturation: 0.71, 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 #9B9CEE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 156 | 238 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.07 |
| HSL | 239.28º | 0.71% | 0.77% | - |
| HSV(B) | 239.28º | 0.35% | 0.93% | - |
| XYZ | 40.84 | 36.92 | 85.86 | - |
| YUV | 165.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 238 | 0.35 | 0.34 | 0 | 0.07 | 239.28 | 0.71 | 0.77 |
| Hex | 9B | 9C | EE | 23 | 22 | 0 | 7 | EF | 47 | 4D |
| Octal | 233 | 234 | 356 | 43 | 42 | 0 | 7 | 357 | 107 | 115 |
| Binary | 10011011 | 10011100 | 11101110 | 100011 | 100010 | 0 | 111 | 11101111 | 1000111 | 1001101 |
Color Harmonies of #9B9CEE
Complementary color
Monochromatic Colors of #9B9CEE
Black with #9B9CEE
Text Example
Text Example
White with #9B9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9CEE; }
p { color: rgb(155,156,238); }
H1.HeaderClassName
{
color: #9B9CEE;
}
.AnyTagClassName
{
color: #9B9CEE;
}
</style>
background-color css
<style>
a { background-color: #9B9CEE; }
a { background-color: rgb(155,156,238); }
div.DivClassName
{
background-color: #9B9CEE;
}
.BgClassName
{
background-color: #9B9CEE;
}
</style>
border-color css
<style>
span { border-color: #9B9CEE; }
span { border-color: rgb(155,156,238); }
td.TdClassName
{
border-color: #9B9CEE;
}
.TagClassName
{
border-color: #9B9CEE;
}
</style>