#7D8AED

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

Shades of Portage #7D8AED

Tints of Portage #7D8AED

Color information

#7D8AED (or 0x7D8AED) is unknown color: approx Portage. HEX triplet: 7D, 8A and ED. RGB value is (125,138,237). Sum of RGB (Red+Green+Blue) = 125+138+237=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D8AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AED is #827512. Grayscale: #909090. Windows color (decimal): -8549651 or 15567485. OLE color: 15567485.

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

Color convert

RGB125138237-
CMYK0.470.4200.07
HSL233.04º75.68%70.98%-
HSV(B)233.04º47.26%92.94%-
XYZ32.8328.6583.92-
YUV145.4179.69113.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=25%
G=27.6%
B=47.4%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251382370.470.4200.07233.0475.6870.98
Hex7D8AED2F2A07e94c47
Octal175212355575207351114107
Binary1111101100010101110110110111110101001111110100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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