Shades of Portage #9CA5E3
Tints of Portage #9CA5E3
RGB
CMYK
RGB Variations
Color information
#9CA5E3 (or 0x9CA5E3) is known color: Portage. HEX triplet: 9C, A5 and E3. RGB value is (156,165,227). Sum of RGB (Red+Green+Blue) = 156+165+227=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #9CA5E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5E3 is #635A1C. Grayscale: #A9A9A9. Windows color (decimal): -6511133 or 14919068. OLE color: 14919068.
HSL color Cylindrical-coordinate representation of color #9CA5E3: hue angle of 232.39º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CA5E3 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 165 | 227 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.11 |
| HSL | 232.39º | 0.56% | 0.75% | - |
| HSV(B) | 232.39º | 0.31% | 0.89% | - |
| XYZ | 41.03 | 39.52 | 78.14 | - |
| YUV | 169.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 227 | 0.31 | 0.27 | 0 | 0.11 | 232.39 | 0.56 | 0.75 |
| Hex | 9C | A5 | E3 | 1F | 1B | 0 | B | E8 | 38 | 4B |
| Octal | 234 | 245 | 343 | 37 | 33 | 0 | 13 | 350 | 70 | 113 |
| Binary | 10011100 | 10100101 | 11100011 | 11111 | 11011 | 0 | 1011 | 11101000 | 111000 | 1001011 |
Color Harmonies of #9CA5E3
Complementary color
Monochromatic Colors of #9CA5E3
Black with #9CA5E3
Text Example
Text Example
White with #9CA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5E3; }
p { color: rgb(156,165,227); }
H1.HeaderClassName
{
color: #9CA5E3;
}
.AnyTagClassName
{
color: #9CA5E3;
}
</style>
background-color css
<style>
a { background-color: #9CA5E3; }
a { background-color: rgb(156,165,227); }
div.DivClassName
{
background-color: #9CA5E3;
}
.BgClassName
{
background-color: #9CA5E3;
}
</style>
border-color css
<style>
span { border-color: #9CA5E3; }
span { border-color: rgb(156,165,227); }
td.TdClassName
{
border-color: #9CA5E3;
}
.TagClassName
{
border-color: #9CA5E3;
}
</style>