#7994BE

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

Shades of Wild Blue Yonder #7994BE

Tints of Wild Blue Yonder #7994BE

Color information

#7994BE (or 0x7994BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 94 and BE. RGB value is (121,148,190). Sum of RGB (Red+Green+Blue) = 121+148+190=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7994BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994BE is #866B41. Grayscale: #909090. Windows color (decimal): -8809282 or 12489849. OLE color: 12489849.

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

Color convert

RGB121148190-
CMYK0.360.2200.25
HSL216.52º34.67%60.98%-
HSV(B)216.52º36.32%74.51%-
XYZ27.7728.9652.84-
YUV144.72153.55111.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=26.36%
G=32.24%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211481900.360.2200.25216.5234.6760.98
Hex7994BE2416019d9233d
Octal17122427644260313314375
Binary111100110010100101111101001001011001100111011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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