Shades of Portage #9BA5E0
Tints of Portage #9BA5E0
RGB
CMYK
RGB Variations
Color information
#9BA5E0 (or 0x9BA5E0) is known color: Portage. HEX triplet: 9B, A5 and E0. RGB value is (155,165,224). Sum of RGB (Red+Green+Blue) = 155+165+224=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BA5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5E0 is #645A1F. Grayscale: #A8A8A8. Windows color (decimal): -6576672 or 14722459. OLE color: 14722459.
HSL color Cylindrical-coordinate representation of color #9BA5E0: hue angle of 231.3º 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 #9BA5E0 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 165 | 224 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.12 |
| HSL | 231.3º | 0.53% | 0.74% | - |
| HSV(B) | 231.3º | 0.31% | 0.88% | - |
| XYZ | 40.43 | 39.26 | 75.97 | - |
| YUV | 168.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 224 | 0.31 | 0.26 | 0 | 0.12 | 231.3 | 0.53 | 0.74 |
| Hex | 9B | A5 | E0 | 1F | 1A | 0 | C | E7 | 35 | 4A |
| Octal | 233 | 245 | 340 | 37 | 32 | 0 | 14 | 347 | 65 | 112 |
| Binary | 10011011 | 10100101 | 11100000 | 11111 | 11010 | 0 | 1100 | 11100111 | 110101 | 1001010 |
Color Harmonies of #9BA5E0
Complementary color
Monochromatic Colors of #9BA5E0
Black with #9BA5E0
Text Example
Text Example
White with #9BA5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5E0; }
p { color: rgb(155,165,224); }
H1.HeaderClassName
{
color: #9BA5E0;
}
.AnyTagClassName
{
color: #9BA5E0;
}
</style>
background-color css
<style>
a { background-color: #9BA5E0; }
a { background-color: rgb(155,165,224); }
div.DivClassName
{
background-color: #9BA5E0;
}
.BgClassName
{
background-color: #9BA5E0;
}
</style>
border-color css
<style>
span { border-color: #9BA5E0; }
span { border-color: rgb(155,165,224); }
td.TdClassName
{
border-color: #9BA5E0;
}
.TagClassName
{
border-color: #9BA5E0;
}
</style>