#7E90BF

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

Shades of Wild Blue Yonder #7E90BF

Tints of Wild Blue Yonder #7E90BF

Color information

#7E90BF (or 0x7E90BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 90 and BF. RGB value is (126,144,191). Sum of RGB (Red+Green+Blue) = 126+144+191=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E90BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E90BF is #816F40. Grayscale: #8F8F8F. Windows color (decimal): -8482625 or 12554366. OLE color: 12554366.

HSL color Cylindrical-coordinate representation of color #7E90BF: hue angle of 223.38º degrees, saturation: 0.34, 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 #7E90BF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126144191-
CMYK0.340.2500.25
HSL223.38º33.68%62.16%-
HSV(B)223.38º34.03%74.9%-
XYZ27.9828.1453.25-
YUV143.98154.54115.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.33%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 191 (75% from 255) = 41.43%
R=27.33%
G=31.24%
B=41.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261441910.340.2500.25223.3833.6862.16
Hex7E90BF2219019df223e
Octal17622027742310313374276
Binary111111010010000101111111000101100101100111011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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