Shades of Portage #9CA5DE
Tints of Portage #9CA5DE
RGB
CMYK
RGB Variations
Color information
#9CA5DE (or 0x9CA5DE) is known color: Portage. HEX triplet: 9C, A5 and DE. RGB value is (156,165,222). Sum of RGB (Red+Green+Blue) = 156+165+222=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CA5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5DE is #635A21. Grayscale: #A8A8A8. Windows color (decimal): -6511138 or 14591388. OLE color: 14591388.
HSL color Cylindrical-coordinate representation of color #9CA5DE: hue angle of 231.82º degrees, saturation: 0.5, 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 #9CA5DE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 165 | 222 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.13 |
| HSL | 231.82º | 0.5% | 0.74% | - |
| HSV(B) | 231.82º | 0.3% | 0.87% | - |
| XYZ | 40.35 | 39.25 | 74.56 | - |
| YUV | 168.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 222 | 0.30 | 0.26 | 0 | 0.13 | 231.82 | 0.5 | 0.74 |
| Hex | 9C | A5 | DE | 1E | 1A | 0 | D | E8 | 32 | 4A |
| Octal | 234 | 245 | 336 | 36 | 32 | 0 | 15 | 350 | 62 | 112 |
| Binary | 10011100 | 10100101 | 11011110 | 11110 | 11010 | 0 | 1101 | 11101000 | 110010 | 1001010 |
Color Harmonies of #9CA5DE
Complementary color
Monochromatic Colors of #9CA5DE
Black with #9CA5DE
Text Example
Text Example
White with #9CA5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5DE; }
p { color: rgb(156,165,222); }
H1.HeaderClassName
{
color: #9CA5DE;
}
.AnyTagClassName
{
color: #9CA5DE;
}
</style>
background-color css
<style>
a { background-color: #9CA5DE; }
a { background-color: rgb(156,165,222); }
div.DivClassName
{
background-color: #9CA5DE;
}
.BgClassName
{
background-color: #9CA5DE;
}
</style>
border-color css
<style>
span { border-color: #9CA5DE; }
span { border-color: rgb(156,165,222); }
td.TdClassName
{
border-color: #9CA5DE;
}
.TagClassName
{
border-color: #9CA5DE;
}
</style>