Shades of Portage #9CA6DE
Tints of Portage #9CA6DE
RGB
CMYK
RGB Variations
Color information
#9CA6DE (or 0x9CA6DE) is known color: Portage. HEX triplet: 9C, A6 and DE. RGB value is (156,166,222). Sum of RGB (Red+Green+Blue) = 156+166+222=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6DE is #635921. Grayscale: #A9A9A9. Windows color (decimal): -6510882 or 14591644. OLE color: 14591644.
HSL color Cylindrical-coordinate representation of color #9CA6DE: hue angle of 230.91º 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 #9CA6DE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 166 | 222 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.13 |
| HSL | 230.91º | 0.5% | 0.74% | - |
| HSV(B) | 230.91º | 0.3% | 0.87% | - |
| XYZ | 40.53 | 39.61 | 74.62 | - |
| YUV | 169.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 222 | 0.30 | 0.25 | 0 | 0.13 | 230.91 | 0.5 | 0.74 |
| Hex | 9C | A6 | DE | 1E | 19 | 0 | D | E7 | 32 | 4A |
| Octal | 234 | 246 | 336 | 36 | 31 | 0 | 15 | 347 | 62 | 112 |
| Binary | 10011100 | 10100110 | 11011110 | 11110 | 11001 | 0 | 1101 | 11100111 | 110010 | 1001010 |
Color Harmonies of #9CA6DE
Complementary color
Monochromatic Colors of #9CA6DE
Black with #9CA6DE
Text Example
Text Example
White with #9CA6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6DE; }
p { color: rgb(156,166,222); }
H1.HeaderClassName
{
color: #9CA6DE;
}
.AnyTagClassName
{
color: #9CA6DE;
}
</style>
background-color css
<style>
a { background-color: #9CA6DE; }
a { background-color: rgb(156,166,222); }
div.DivClassName
{
background-color: #9CA6DE;
}
.BgClassName
{
background-color: #9CA6DE;
}
</style>
border-color css
<style>
span { border-color: #9CA6DE; }
span { border-color: rgb(156,166,222); }
td.TdClassName
{
border-color: #9CA6DE;
}
.TagClassName
{
border-color: #9CA6DE;
}
</style>