Shades of Portage #9CA5DF
Tints of Portage #9CA5DF
RGB
CMYK
RGB Variations
Color information
#9CA5DF (or 0x9CA5DF) is known color: Portage. HEX triplet: 9C, A5 and DF. RGB value is (156,165,223). Sum of RGB (Red+Green+Blue) = 156+165+223=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5DF is #635A20. Grayscale: #A8A8A8. Windows color (decimal): -6511137 or 14656924. OLE color: 14656924.
HSL color Cylindrical-coordinate representation of color #9CA5DF: hue angle of 231.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA5DF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 165 | 223 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.13 |
| HSL | 231.94º | 0.51% | 0.74% | - |
| HSV(B) | 231.94º | 0.3% | 0.87% | - |
| XYZ | 40.48 | 39.31 | 75.27 | - |
| YUV | 168.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 223 | 0.30 | 0.26 | 0 | 0.13 | 231.94 | 0.51 | 0.74 |
| Hex | 9C | A5 | DF | 1E | 1A | 0 | D | E8 | 33 | 4A |
| Octal | 234 | 245 | 337 | 36 | 32 | 0 | 15 | 350 | 63 | 112 |
| Binary | 10011100 | 10100101 | 11011111 | 11110 | 11010 | 0 | 1101 | 11101000 | 110011 | 1001010 |
Color Harmonies of #9CA5DF
Complementary color
Monochromatic Colors of #9CA5DF
Black with #9CA5DF
Text Example
Text Example
White with #9CA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5DF; }
p { color: rgb(156,165,223); }
H1.HeaderClassName
{
color: #9CA5DF;
}
.AnyTagClassName
{
color: #9CA5DF;
}
</style>
background-color css
<style>
a { background-color: #9CA5DF; }
a { background-color: rgb(156,165,223); }
div.DivClassName
{
background-color: #9CA5DF;
}
.BgClassName
{
background-color: #9CA5DF;
}
</style>
border-color css
<style>
span { border-color: #9CA5DF; }
span { border-color: rgb(156,165,223); }
td.TdClassName
{
border-color: #9CA5DF;
}
.TagClassName
{
border-color: #9CA5DF;
}
</style>