#7E94BE

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

Shades of Wild Blue Yonder #7E94BE

Tints of Wild Blue Yonder #7E94BE

Color information

#7E94BE (or 0x7E94BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 94 and BE. RGB value is (126,148,190). Sum of RGB (Red+Green+Blue) = 126+148+190=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E94BE is #816B41. Grayscale: #929292. Windows color (decimal): -8481602 or 12489854. OLE color: 12489854.

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

Color convert

RGB126148190-
CMYK0.340.2200.25
HSL219.38º32.99%61.96%-
HSV(B)219.38º33.68%74.51%-
XYZ28.4929.3352.88-
YUV146.21152.71113.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.16%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=27.16%
G=31.90%
B=40.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261481900.340.2200.25219.3832.9961.96
Hex7E94BE2216019db213e
Octal17622427642260313334176
Binary111111010010100101111101000101011001100111011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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