#7D96DE

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

Shades of Portage #7D96DE

Tints of Portage #7D96DE

Color information

#7D96DE (or 0x7D96DE) is unknown color: approx Portage. HEX triplet: 7D, 96 and DE. RGB value is (125,150,222). Sum of RGB (Red+Green+Blue) = 125+150+222=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D96DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DE is #826921. Grayscale: #969696. Windows color (decimal): -8546594 or 14587517. OLE color: 14587517.

HSL color Cylindrical-coordinate representation of color #7D96DE: hue angle of 224.54º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D96DE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125150222-
CMYK0.440.3200.13
HSL224.54º59.51%68.04%-
HSV(B)224.54º43.69%87.06%-
XYZ32.5531.4573.46-
YUV150.73168.22109.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=25.15%
G=30.18%
B=44.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251502220.440.3200.13224.5459.5168.04
Hex7D96DE2C200De13c44
Octal175226336544001534174104
Binary1111101100101101101111010110010000001101111000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D96DE; }

 p { color: rgb(125,150,222); }

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

<style>
 a { background-color: #7D96DE; }

 a { background-color: rgb(125,150,222); }

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

<style>
 span { border-color: #7D96DE; }

 span { border-color: rgb(125,150,222); }

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