Shades of Portage #9BA1E0
Tints of Portage #9BA1E0
RGB
CMYK
RGB Variations
Color information
#9BA1E0 (or 0x9BA1E0) is known color: Portage. HEX triplet: 9B, A1 and E0. RGB value is (155,161,224). Sum of RGB (Red+Green+Blue) = 155+161+224=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BA1E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA1E0 is #645E1F. Grayscale: #A6A6A6. Windows color (decimal): -6577696 or 14721435. OLE color: 14721435.
HSL color Cylindrical-coordinate representation of color #9BA1E0: hue angle of 234.78º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA1E0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 161 | 224 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.12 |
| HSL | 234.78º | 0.53% | 0.74% | - |
| HSV(B) | 234.78º | 0.31% | 0.88% | - |
| XYZ | 39.72 | 37.84 | 75.73 | - |
| YUV | 166.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 224 | 0.31 | 0.28 | 0 | 0.12 | 234.78 | 0.53 | 0.74 |
| Hex | 9B | A1 | E0 | 1F | 1C | 0 | C | EB | 35 | 4A |
| Octal | 233 | 241 | 340 | 37 | 34 | 0 | 14 | 353 | 65 | 112 |
| Binary | 10011011 | 10100001 | 11100000 | 11111 | 11100 | 0 | 1100 | 11101011 | 110101 | 1001010 |
Color Harmonies of #9BA1E0
Complementary color
Monochromatic Colors of #9BA1E0
Black with #9BA1E0
Text Example
Text Example
White with #9BA1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA1E0; }
p { color: rgb(155,161,224); }
H1.HeaderClassName
{
color: #9BA1E0;
}
.AnyTagClassName
{
color: #9BA1E0;
}
</style>
background-color css
<style>
a { background-color: #9BA1E0; }
a { background-color: rgb(155,161,224); }
div.DivClassName
{
background-color: #9BA1E0;
}
.BgClassName
{
background-color: #9BA1E0;
}
</style>
border-color css
<style>
span { border-color: #9BA1E0; }
span { border-color: rgb(155,161,224); }
td.TdClassName
{
border-color: #9BA1E0;
}
.TagClassName
{
border-color: #9BA1E0;
}
</style>