#7D97DD

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

Shades of Portage #7D97DD

Tints of Portage #7D97DD

Color information

#7D97DD (or 0x7D97DD) is unknown color: approx Portage. HEX triplet: 7D, 97 and DD. RGB value is (125,151,221). Sum of RGB (Red+Green+Blue) = 125+151+221=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D97DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97DD is #826822. Grayscale: #969696. Windows color (decimal): -8546339 or 14522237. OLE color: 14522237.

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

Color convert

RGB125151221-
CMYK0.430.3200.13
HSL223.75º58.54%67.84%-
HSV(B)223.75º43.44%86.67%-
XYZ32.5831.7172.81-
YUV151.21167.39109.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=25.15%
G=30.38%
B=44.47%

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
Decimal1251512210.430.3200.13223.7558.5467.84
Hex7D97DD2B200De03b44
Octal175227335534001534073104
Binary1111101100101111101110110101110000001101111000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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