#7E93BE

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

Shades of Wild Blue Yonder #7E93BE

Tints of Wild Blue Yonder #7E93BE

Color information

#7E93BE (or 0x7E93BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 93 and BE. RGB value is (126,147,190). Sum of RGB (Red+Green+Blue) = 126+147+190=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E93BE is #816C41. Grayscale: #919191. Windows color (decimal): -8481858 or 12489598. OLE color: 12489598.

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

Color convert

RGB126147190-
CMYK0.340.2300.25
HSL220.31º32.99%61.96%-
HSV(B)220.31º33.68%74.51%-
XYZ28.3329.0252.82-
YUV145.62153.04114-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=27.21%
G=31.75%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261471900.340.2300.25220.3132.9961.96
Hex7E93BE2217019dc213e
Octal17622327642270313344176
Binary111111010010011101111101000101011101100111011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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