#7994BA

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

Shades of Wild Blue Yonder #7994BA

Tints of Wild Blue Yonder #7994BA

Color information

#7994BA (or 0x7994BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 94 and BA. RGB value is (121,148,186). Sum of RGB (Red+Green+Blue) = 121+148+186=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #7994BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994BA is #866B45. Grayscale: #909090. Windows color (decimal): -8809286 or 12227705. OLE color: 12227705.

HSL color Cylindrical-coordinate representation of color #7994BA: hue angle of 215.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7994BA is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121148186-
CMYK0.350.2000.27
HSL215.08º32.02%60.2%-
HSV(B)215.08º34.95%72.94%-
XYZ27.3428.7950.57-
YUV144.26151.55111.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=26.59%
G=32.53%
B=40.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211481860.350.2000.27215.0832.0260.2
Hex7994BA231401Bd7203c
Octal17122427243240333274074
Binary111100110010100101110101000111010001101111010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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