#7E90BE

Color #7E90BE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7E90BE

Tints of Wild Blue Yonder #7E90BE

Color information

#7E90BE (or 0x7E90BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 90 and BE. RGB value is (126,144,190). Sum of RGB (Red+Green+Blue) = 126+144+190=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E90BE is #816F41. Grayscale: #8F8F8F. Windows color (decimal): -8482626 or 12488830. OLE color: 12488830.

HSL color Cylindrical-coordinate representation of color #7E90BE: hue angle of 223.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E90BE is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126144190-
CMYK0.340.2400.25
HSL223.12º32.99%61.96%-
HSV(B)223.12º33.68%74.51%-
XYZ27.8728.152.67-
YUV143.86154.04115.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=27.39%
G=31.30%
B=41.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261441900.340.2400.25223.1232.9961.96
Hex7E90BE2218019df213e
Octal17622027642300313374176
Binary111111010010000101111101000101100001100111011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,144,190); }

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

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

 a { background-color: rgb(126,144,190); }

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

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

 span { border-color: rgb(126,144,190); }

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