#7D97EB

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

Shades of Portage #7D97EB

Tints of Portage #7D97EB

Color information

#7D97EB (or 0x7D97EB) is unknown color: approx Portage. HEX triplet: 7D, 97 and EB. RGB value is (125,151,235). Sum of RGB (Red+Green+Blue) = 125+151+235=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D97EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97EB is #826814. Grayscale: #989898. Windows color (decimal): -8546325 or 15439741. OLE color: 15439741.

HSL color Cylindrical-coordinate representation of color #7D97EB: hue angle of 225.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D97EB is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125151235-
CMYK0.470.3600.08
HSL225.82º73.33%70.59%-
HSV(B)225.82º46.81%92.16%-
XYZ34.5232.4983.05-
YUV152.8174.39108.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.46%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=24.46%
G=29.55%
B=45.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251512350.470.3600.08225.8273.3370.59
Hex7D97EB2F2408e24947
Octal1752273535744010342111107
Binary11111011001011111101011101111100100010001110001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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