#7D96DF

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

Shades of Portage #7D96DF

Tints of Portage #7D96DF

Color information

#7D96DF (or 0x7D96DF) is unknown color: approx Portage. HEX triplet: 7D, 96 and DF. RGB value is (125,150,223). Sum of RGB (Red+Green+Blue) = 125+150+223=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D96DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DF is #826920. Grayscale: #969696. Windows color (decimal): -8546593 or 14653053. OLE color: 14653053.

HSL color Cylindrical-coordinate representation of color #7D96DF: hue angle of 224.69º 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 #7D96DF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125150223-
CMYK0.440.3300.13
HSL224.69º60.49%68.24%-
HSV(B)224.69º43.95%87.45%-
XYZ32.6831.574.17-
YUV150.85168.72109.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=25.10%
G=30.12%
B=44.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251502230.440.3300.13224.6960.4968.24
Hex7D96DF2C210De13c44
Octal175226337544101534174104
Binary1111101100101101101111110110010000101101111000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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