#7D88DE

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

Shades of Portage #7D88DE

Tints of Portage #7D88DE

Color information

#7D88DE (or 0x7D88DE) is unknown color: approx Portage. HEX triplet: 7D, 88 and DE. RGB value is (125,136,222). Sum of RGB (Red+Green+Blue) = 125+136+222=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D88DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88DE is #827721. Grayscale: #8E8E8E. Windows color (decimal): -8550178 or 14583933. OLE color: 14583933.

HSL color Cylindrical-coordinate representation of color #7D88DE: hue angle of 233.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D88DE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125136222-
CMYK0.440.3900.13
HSL233.2º59.51%68.04%-
HSV(B)233.2º43.69%87.06%-
XYZ30.4527.2472.76-
YUV142.51172.86115.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=25.88%
G=28.16%
B=45.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251362220.440.3900.13233.259.5168.04
Hex7D88DE2C270De93c44
Octal175210336544701535174104
Binary1111101100010001101111010110010011101101111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,222); }

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

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

 a { background-color: rgb(125,136,222); }

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

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

 span { border-color: rgb(125,136,222); }

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