#7394BE

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

Shades of Wild Blue Yonder #7394BE

Tints of Wild Blue Yonder #7394BE

Color information

#7394BE (or 0x7394BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 94 and BE. RGB value is (115,148,190). Sum of RGB (Red+Green+Blue) = 115+148+190=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7394BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394BE is #8C6B41. Grayscale: #8E8E8E. Windows color (decimal): -9202498 or 12489843. OLE color: 12489843.

HSL color Cylindrical-coordinate representation of color #7394BE: hue angle of 213.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7394BE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115148190-
CMYK0.390.2200.25
HSL213.6º36.59%59.8%-
HSV(B)213.6º39.47%74.51%-
XYZ26.9528.5452.8-
YUV142.92154.57108.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.39%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=25.39%
G=32.67%
B=41.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151481900.390.2200.25213.636.5959.8
Hex7394BE2716019d6253c
Octal16322427647260313264574
Binary111001110010100101111101001111011001100111010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7394BE; }

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

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

<style>
 a { background-color: #7394BE; }

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

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

<style>
 span { border-color: #7394BE; }

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

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