#7D90EE

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

Shades of Portage #7D90EE

Tints of Portage #7D90EE

Color information

#7D90EE (or 0x7D90EE) is unknown color: approx Portage. HEX triplet: 7D, 90 and EE. RGB value is (125,144,238). Sum of RGB (Red+Green+Blue) = 125+144+238=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D90EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EE is #826F11. Grayscale: #949494. Windows color (decimal): -8548114 or 15634557. OLE color: 15634557.

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

Color convert

RGB125144238-
CMYK0.470.3900.07
HSL229.91º76.87%71.18%-
HSV(B)229.91º47.48%93.33%-
XYZ33.8630.4884.99-
YUV149.04178.21110.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.65%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=24.65%
G=28.40%
B=46.94%

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
Decimal1251442380.470.3900.07229.9176.8771.18
Hex7D90EE2F2707e64d47
Octal175220356574707346115107
Binary1111101100100001110111010111110011101111110011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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