#7D97DC

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

Shades of Portage #7D97DC

Tints of Portage #7D97DC

Color information

#7D97DC (or 0x7D97DC) is unknown color: approx Portage. HEX triplet: 7D, 97 and DC. RGB value is (125,151,220). Sum of RGB (Red+Green+Blue) = 125+151+220=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97DC is #826823. Grayscale: #969696. Windows color (decimal): -8546340 or 14456701. OLE color: 14456701.

HSL color Cylindrical-coordinate representation of color #7D97DC: hue angle of 223.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D97DC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125151220-
CMYK0.430.3100.14
HSL223.58º57.58%67.65%-
HSV(B)223.58º43.18%86.27%-
XYZ32.4431.6672.11-
YUV151.09166.89109.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.20%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=25.20%
G=30.44%
B=44.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251512200.430.3100.14223.5857.5867.65
Hex7D97DC2B1F0Ee03a44
Octal175227334533701634072104
Binary111110110010111110111001010111111101110111000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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