Shades of Portage #9BA2E0
Tints of Portage #9BA2E0
RGB
CMYK
RGB Variations
Color information
#9BA2E0 (or 0x9BA2E0) is known color: Portage. HEX triplet: 9B, A2 and E0. RGB value is (155,162,224). Sum of RGB (Red+Green+Blue) = 155+162+224=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BA2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2E0 is #645D1F. Grayscale: #A6A6A6. Windows color (decimal): -6577440 or 14721691. OLE color: 14721691.
HSL color Cylindrical-coordinate representation of color #9BA2E0: hue angle of 233.91º 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 #9BA2E0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 162 | 224 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.12 |
| HSL | 233.91º | 0.53% | 0.74% | - |
| HSV(B) | 233.91º | 0.31% | 0.88% | - |
| XYZ | 39.89 | 38.19 | 75.79 | - |
| YUV | 166.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 224 | 0.31 | 0.28 | 0 | 0.12 | 233.91 | 0.53 | 0.74 |
| Hex | 9B | A2 | E0 | 1F | 1C | 0 | C | EA | 35 | 4A |
| Octal | 233 | 242 | 340 | 37 | 34 | 0 | 14 | 352 | 65 | 112 |
| Binary | 10011011 | 10100010 | 11100000 | 11111 | 11100 | 0 | 1100 | 11101010 | 110101 | 1001010 |
Color Harmonies of #9BA2E0
Complementary color
Monochromatic Colors of #9BA2E0
Black with #9BA2E0
Text Example
Text Example
White with #9BA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2E0; }
p { color: rgb(155,162,224); }
H1.HeaderClassName
{
color: #9BA2E0;
}
.AnyTagClassName
{
color: #9BA2E0;
}
</style>
background-color css
<style>
a { background-color: #9BA2E0; }
a { background-color: rgb(155,162,224); }
div.DivClassName
{
background-color: #9BA2E0;
}
.BgClassName
{
background-color: #9BA2E0;
}
</style>
border-color css
<style>
span { border-color: #9BA2E0; }
span { border-color: rgb(155,162,224); }
td.TdClassName
{
border-color: #9BA2E0;
}
.TagClassName
{
border-color: #9BA2E0;
}
</style>