#9CA2EB

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

Shades of Portage #9CA2EB

Tints of Portage #9CA2EB

Color information

#9CA2EB (or 0x9CA2EB) is unknown color: approx Portage. HEX triplet: 9C, A2 and EB. RGB value is (156,162,235). Sum of RGB (Red+Green+Blue) = 156+162+235=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CA2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA2EB is #635D14. Grayscale: #A8A8A8. Windows color (decimal): -6511893 or 15442588. OLE color: 15442588.

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

Color convert

RGB156162235-
CMYK0.340.3100.08
HSL235.44º66.39%76.67%-
HSV(B)235.44º33.62%92.16%-
XYZ41.6338.9183.91-
YUV168.53165.51119.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=28.21%
G=29.29%
B=42.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561622350.340.3100.08235.4466.3976.67
Hex9CA2EB221F08eb424d
Octal2342423534237010353102115
Binary10011100101000101110101110001011111010001110101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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