#7E94B6

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

Shades of Wild Blue Yonder #7E94B6

Tints of Wild Blue Yonder #7E94B6

Color information

#7E94B6 (or 0x7E94B6) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 94 and B6. RGB value is (126,148,182). Sum of RGB (Red+Green+Blue) = 126+148+182=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E94B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E94B6 is #816B49. Grayscale: #919191. Windows color (decimal): -8481610 or 11965566. OLE color: 11965566.

HSL color Cylindrical-coordinate representation of color #7E94B6: hue angle of 216.43º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E94B6 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126148182-
CMYK0.310.1900.29
HSL216.43º27.72%60.39%-
HSV(B)216.43º30.77%71.37%-
XYZ27.6428.9948.4-
YUV145.3148.71114.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 182 (71.48% from 255) = 39.91%
R=27.63%
G=32.46%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261481820.310.1900.29216.4327.7260.39
Hex7E94B61F1301Dd81c3c
Octal17622426637230353303474
Binary1111110100101001011011011111100110111011101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E94B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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