#7D88ED

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

Shades of Portage #7D88ED

Tints of Portage #7D88ED

Color information

#7D88ED (or 0x7D88ED) is unknown color: approx Portage. HEX triplet: 7D, 88 and ED. RGB value is (125,136,237). Sum of RGB (Red+Green+Blue) = 125+136+237=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D88ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D88ED is #827712. Grayscale: #8F8F8F. Windows color (decimal): -8550163 or 15566973. OLE color: 15566973.

HSL color Cylindrical-coordinate representation of color #7D88ED: hue angle of 234.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D88ED is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125136237-
CMYK0.470.4300.07
HSL234.11º75.68%70.98%-
HSV(B)234.11º47.26%92.94%-
XYZ32.5528.0883.83-
YUV144.22180.36114.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=25.10%
G=27.31%
B=47.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251362370.470.4300.07234.1175.6870.98
Hex7D88ED2F2B07ea4c47
Octal175210355575307352114107
Binary1111101100010001110110110111110101101111110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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