#7D97CE

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

Shades of Portage #7D97CE

Tints of Portage #7D97CE

Color information

#7D97CE (or 0x7D97CE) is unknown color: approx Portage. HEX triplet: 7D, 97 and CE. RGB value is (125,151,206). Sum of RGB (Red+Green+Blue) = 125+151+206=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D97CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D97CE is #826831. Grayscale: #959595. Windows color (decimal): -8546354 or 13539197. OLE color: 13539197.

HSL color Cylindrical-coordinate representation of color #7D97CE: hue angle of 220.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D97CE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125151206-
CMYK0.390.2700.19
HSL220.74º45.25%64.9%-
HSV(B)220.74º39.32%80.78%-
XYZ30.6630.9562.75-
YUV149.5159.89110.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=25.93%
G=31.33%
B=42.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251512060.390.2700.19220.7445.2564.9
Hex7D97CE271B013dd2d41
Octal175227316473302333555101
Binary1111101100101111100111010011111011010011110111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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