#9CA2EA

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

Shades of Portage #9CA2EA

Tints of Portage #9CA2EA

Color information

#9CA2EA (or 0x9CA2EA) is unknown color: approx Portage. HEX triplet: 9C, A2 and EA. RGB value is (156,162,234). Sum of RGB (Red+Green+Blue) = 156+162+234=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CA2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA2EA is #635D15. Grayscale: #A8A8A8. Windows color (decimal): -6511894 or 15377052. OLE color: 15377052.

HSL color Cylindrical-coordinate representation of color #9CA2EA: hue angle of 235.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CA2EA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156162234-
CMYK0.330.3100.08
HSL235.38º65%76.47%-
HSV(B)235.38º33.33%91.76%-
XYZ41.4838.8583.15-
YUV168.41165.01119.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.26%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=28.26%
G=29.35%
B=42.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561622340.330.3100.08235.386576.47
Hex9CA2EA211F08eb414c
Octal2342423524137010353101114
Binary10011100101000101110101010000111111010001110101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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