Shades of Portage #9BA1E5
Tints of Portage #9BA1E5
RGB
CMYK
RGB Variations
Color information
#9BA1E5 (or 0x9BA1E5) is known color: Portage. HEX triplet: 9B, A1 and E5. RGB value is (155,161,229). Sum of RGB (Red+Green+Blue) = 155+161+229=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #9BA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1E5 is #645E1A. Grayscale: #A6A6A6. Windows color (decimal): -6577691 or 15049115. OLE color: 15049115.
HSL color Cylindrical-coordinate representation of color #9BA1E5: hue angle of 235.14º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA1E5 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 161 | 229 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.10 |
| HSL | 235.14º | 0.59% | 0.75% | - |
| HSV(B) | 235.14º | 0.32% | 0.9% | - |
| XYZ | 40.41 | 38.12 | 79.36 | - |
| YUV | 166.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 229 | 0.32 | 0.30 | 0 | 0.10 | 235.14 | 0.59 | 0.75 |
| Hex | 9B | A1 | E5 | 20 | 1E | 0 | A | EB | 3B | 4B |
| Octal | 233 | 241 | 345 | 40 | 36 | 0 | 12 | 353 | 73 | 113 |
| Binary | 10011011 | 10100001 | 11100101 | 100000 | 11110 | 0 | 1010 | 11101011 | 111011 | 1001011 |
Color Harmonies of #9BA1E5
Complementary color
Monochromatic Colors of #9BA1E5
Black with #9BA1E5
Text Example
Text Example
White with #9BA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1E5; }
p { color: rgb(155,161,229); }
H1.HeaderClassName
{
color: #9BA1E5;
}
.AnyTagClassName
{
color: #9BA1E5;
}
</style>
background-color css
<style>
a { background-color: #9BA1E5; }
a { background-color: rgb(155,161,229); }
div.DivClassName
{
background-color: #9BA1E5;
}
.BgClassName
{
background-color: #9BA1E5;
}
</style>
border-color css
<style>
span { border-color: #9BA1E5; }
span { border-color: rgb(155,161,229); }
td.TdClassName
{
border-color: #9BA1E5;
}
.TagClassName
{
border-color: #9BA1E5;
}
</style>