#7D96DD

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

Shades of Portage #7D96DD

Tints of Portage #7D96DD

Color information

#7D96DD (or 0x7D96DD) is unknown color: approx Portage. HEX triplet: 7D, 96 and DD. RGB value is (125,150,221). Sum of RGB (Red+Green+Blue) = 125+150+221=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DD is #826922. Grayscale: #969696. Windows color (decimal): -8546595 or 14521981. OLE color: 14521981.

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

Color convert

RGB125150221-
CMYK0.430.3200.13
HSL224.38º58.54%67.84%-
HSV(B)224.38º43.44%86.67%-
XYZ32.4131.3972.76-
YUV150.62167.72109.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=25.20%
G=30.24%
B=44.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251502210.430.3200.13224.3858.5467.84
Hex7D96DD2B200De03b44
Octal175226335534001534073104
Binary1111101100101101101110110101110000001101111000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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