#9ca0eb

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

Shades of Portage #9CA0EB

Tints of Portage #9CA0EB

Color information

#9CA0EB (or 0x9CA0EB) is unknown color: approx Portage. HEX triplet: 9C, A0 and EB. RGB value is (156,160,235). Sum of RGB (Red+Green+Blue) = 156+160+235=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CA0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA0EB is #635F14. Grayscale: #A7A7A7. Windows color (decimal): -6512405 or 15442076. OLE color: 15442076.

HSL color Cylindrical-coordinate representation of color #9CA0EB: hue angle of 236.96º 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 #9CA0EB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156160235-
CMYK0.340.3200.08
HSL236.96º66.39%76.67%-
HSV(B)236.96º33.62%92.16%-
XYZ41.2838.2183.8-
YUV167.35166.17119.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=28.31%
G=29.04%
B=42.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561602350.340.3200.08236.9666.3976.67
Hex9CA0EB222008ed424d
Octal2342403534240010355102115
Binary100111001010000011101011100010100000010001110110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ca0eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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