#7D85EB

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

Shades of Portage #7D85EB

Tints of Portage #7D85EB

Color information

#7D85EB (or 0x7D85EB) is unknown color: approx Portage. HEX triplet: 7D, 85 and EB. RGB value is (125,133,235). Sum of RGB (Red+Green+Blue) = 125+133+235=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D85EB is #827A14. Grayscale: #8D8D8D. Windows color (decimal): -8550933 or 15435133. OLE color: 15435133.

HSL color Cylindrical-coordinate representation of color #7D85EB: hue angle of 235.64º 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 #7D85EB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125133235-
CMYK0.470.4300.08
HSL235.64º73.33%70.59%-
HSV(B)235.64º46.81%92.16%-
XYZ31.8427.1382.16-
YUV142.24180.35115.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=25.35%
G=26.98%
B=47.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251332350.470.4300.08235.6473.3370.59
Hex7D85EB2F2B08ec4947
Octal1752053535753010354111107
Binary11111011000010111101011101111101011010001110110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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