#7D97DA

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

Shades of Portage #7D97DA

Tints of Portage #7D97DA

Color information

#7D97DA (or 0x7D97DA) is unknown color: approx Portage. HEX triplet: 7D, 97 and DA. RGB value is (125,151,218). Sum of RGB (Red+Green+Blue) = 125+151+218=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D97DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97DA is #826825. Grayscale: #969696. Windows color (decimal): -8546342 or 14325629. OLE color: 14325629.

HSL color Cylindrical-coordinate representation of color #7D97DA: hue angle of 223.23º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D97DA is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125151218-
CMYK0.430.3100.15
HSL223.23º55.69%67.25%-
HSV(B)223.23º42.66%85.49%-
XYZ32.1831.5670.72-
YUV150.86165.89109.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=25.30%
G=30.57%
B=44.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251512180.430.3100.15223.2355.6967.25
Hex7D97DA2B1F0Fdf3843
Octal175227332533701733770103
Binary111110110010111110110101010111111101111110111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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