#9CA2DF

Color #9CA2DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9CA2DF

Tints of Portage #9CA2DF

Color information

#9CA2DF (or 0x9CA2DF) is unknown color: approx Portage. HEX triplet: 9C, A2 and DF. RGB value is (156,162,223). Sum of RGB (Red+Green+Blue) = 156+162+223=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2DF is #635D20. Grayscale: #A6A6A6. Windows color (decimal): -6511905 or 14656156. OLE color: 14656156.

HSL color Cylindrical-coordinate representation of color #9CA2DF: hue angle of 234.63º 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 #9CA2DF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156162223-
CMYK0.300.2700.13
HSL234.63º51.15%74.31%-
HSV(B)234.63º30.04%87.45%-
XYZ39.9538.2475.09-
YUV167.16159.51120.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=28.84%
G=29.94%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561622230.300.2700.13234.6351.1574.31
Hex9CA2DF1E1B0Deb334a
Octal234242337363301535363112
Binary100111001010001011011111111101101101101111010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA2DF; }

 p { color: rgb(156,162,223); }

 H1.HeaderClassName
 {
   color: #9CA2DF;
 }
 .AnyTagClassName
 {
   color: #9CA2DF;
 }
</style>
background-color css

<style>
 a { background-color: #9CA2DF; }

 a { background-color: rgb(156,162,223); }

 div.DivClassName
 {
   background-color: #9CA2DF;
 }
 .BgClassName
 {
   background-color: #9CA2DF;
 }
</style>
border-color css

<style>
 span { border-color: #9CA2DF; }

 span { border-color: rgb(156,162,223); }

 td.TdClassName
 {
   border-color: #9CA2DF;
 }
 .TagClassName
 {
   border-color: #9CA2DF;
 }
</style>