Shades of Portage #9CA4DF
Tints of Portage #9CA4DF
RGB
CMYK
RGB Variations
Color information
#9CA4DF (or 0x9CA4DF) is known color: Portage. HEX triplet: 9C, A4 and DF. RGB value is (156,164,223). Sum of RGB (Red+Green+Blue) = 156+164+223=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4DF is #635B20. Grayscale: #A8A8A8. Windows color (decimal): -6511393 or 14656668. OLE color: 14656668.
HSL color Cylindrical-coordinate representation of color #9CA4DF: hue angle of 232.84º 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 #9CA4DF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 164 | 223 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.13 |
| HSL | 232.84º | 0.51% | 0.74% | - |
| HSV(B) | 232.84º | 0.3% | 0.87% | - |
| XYZ | 40.31 | 38.95 | 75.21 | - |
| YUV | 168.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 223 | 0.30 | 0.26 | 0 | 0.13 | 232.84 | 0.51 | 0.74 |
| Hex | 9C | A4 | DF | 1E | 1A | 0 | D | E9 | 33 | 4A |
| Octal | 234 | 244 | 337 | 36 | 32 | 0 | 15 | 351 | 63 | 112 |
| Binary | 10011100 | 10100100 | 11011111 | 11110 | 11010 | 0 | 1101 | 11101001 | 110011 | 1001010 |
Color Harmonies of #9CA4DF
Complementary color
Monochromatic Colors of #9CA4DF
Black with #9CA4DF
Text Example
Text Example
White with #9CA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA4DF; }
p { color: rgb(156,164,223); }
H1.HeaderClassName
{
color: #9CA4DF;
}
.AnyTagClassName
{
color: #9CA4DF;
}
</style>
background-color css
<style>
a { background-color: #9CA4DF; }
a { background-color: rgb(156,164,223); }
div.DivClassName
{
background-color: #9CA4DF;
}
.BgClassName
{
background-color: #9CA4DF;
}
</style>
border-color css
<style>
span { border-color: #9CA4DF; }
span { border-color: rgb(156,164,223); }
td.TdClassName
{
border-color: #9CA4DF;
}
.TagClassName
{
border-color: #9CA4DF;
}
</style>