#9CA6DE

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

Shades of Portage #9CA6DE

Tints of Portage #9CA6DE

Color information

#9CA6DE (or 0x9CA6DE) is unknown color: approx Portage. HEX triplet: 9C, A6 and DE. RGB value is (156,166,222). Sum of RGB (Red+Green+Blue) = 156+166+222=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6DE is #635921. Grayscale: #A9A9A9. Windows color (decimal): -6510882 or 14591644. OLE color: 14591644.

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

Color convert

RGB156166222-
CMYK0.300.2500.13
HSL230.91º50%74.12%-
HSV(B)230.91º29.73%87.06%-
XYZ40.5339.6174.62-
YUV169.39157.69118.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.68%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=28.68%
G=30.51%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561662220.300.2500.13230.915074.12
Hex9CA6DE1E190De7324a
Octal234246336363101534762112
Binary100111001010011011011110111101100101101111001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,222); }

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

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

 a { background-color: rgb(156,166,222); }

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

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

 span { border-color: rgb(156,166,222); }

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