#7D90EC

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

Shades of Portage #7D90EC

Tints of Portage #7D90EC

Color information

#7D90EC (or 0x7D90EC) is unknown color: approx Portage. HEX triplet: 7D, 90 and EC. RGB value is (125,144,236). Sum of RGB (Red+Green+Blue) = 125+144+236=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D90EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EC is #826F13. Grayscale: #949494. Windows color (decimal): -8548116 or 15503485. OLE color: 15503485.

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

Color convert

RGB125144236-
CMYK0.470.3900.07
HSL229.73º74.5%70.78%-
HSV(B)229.73º47.03%92.55%-
XYZ33.5730.3683.45-
YUV148.81177.21111.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=24.75%
G=28.51%
B=46.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251442360.470.3900.07229.7374.570.78
Hex7D90EC2F2707e64a47
Octal175220354574707346112107
Binary1111101100100001110110010111110011101111110011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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