#7D87EA

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

Shades of Portage #7D87EA

Tints of Portage #7D87EA

Color information

#7D87EA (or 0x7D87EA) is unknown color: approx Portage. HEX triplet: 7D, 87 and EA. RGB value is (125,135,234). Sum of RGB (Red+Green+Blue) = 125+135+234=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D87EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D87EA is #827815. Grayscale: #8E8E8E. Windows color (decimal): -8550422 or 15370109. OLE color: 15370109.

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

Color convert

RGB125135234-
CMYK0.470.4200.08
HSL234.5º72.19%70.39%-
HSV(B)234.5º46.58%91.76%-
XYZ31.9727.6381.49-
YUV143.3179.19114.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=25.30%
G=27.33%
B=47.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251352340.470.4200.08234.572.1970.39
Hex7D87EA2F2A08ea4846
Octal1752073525752010352110106
Binary11111011000011111101010101111101010010001110101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,234); }

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

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

 a { background-color: rgb(125,135,234); }

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

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

 span { border-color: rgb(125,135,234); }

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