#7D8EEC

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

Shades of Portage #7D8EEC

Tints of Portage #7D8EEC

Color information

#7D8EEC (or 0x7D8EEC) is unknown color: approx Portage. HEX triplet: 7D, 8E and EC. RGB value is (125,142,236). Sum of RGB (Red+Green+Blue) = 125+142+236=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D8EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EEC is #827113. Grayscale: #939393. Windows color (decimal): -8548628 or 15502973. OLE color: 15502973.

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

Color convert

RGB125142236-
CMYK0.470.4000.07
HSL230.81º74.5%70.78%-
HSV(B)230.81º47.03%92.55%-
XYZ33.2729.7683.35-
YUV147.63177.87111.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=24.85%
G=28.23%
B=46.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251422360.470.4000.07230.8174.570.78
Hex7D8EEC2F2807e74a47
Octal175216354575007347112107
Binary1111101100011101110110010111110100001111110011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,142,236); }

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

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

 a { background-color: rgb(125,142,236); }

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

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

 span { border-color: rgb(125,142,236); }

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