#7794BF

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

Shades of Wild Blue Yonder #7794BF

Tints of Wild Blue Yonder #7794BF

Color information

#7794BF (or 0x7794BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 94 and BF. RGB value is (119,148,191). Sum of RGB (Red+Green+Blue) = 119+148+191=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #7794BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794BF is #886B40. Grayscale: #909090. Windows color (decimal): -8940353 or 12555383. OLE color: 12555383.

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

Color convert

RGB119148191-
CMYK0.380.2300.25
HSL215.83º36%60.78%-
HSV(B)215.83º37.7%74.9%-
XYZ27.628.8653.41-
YUV144.23154.39110-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 191 (75% from 255) = 41.70%
R=25.98%
G=32.31%
B=41.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191481910.380.2300.25215.833660.78
Hex7794BF2617019d8243d
Octal16722427746270313304475
Binary111011110010100101111111001101011101100111011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7794BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7794BF; }

 p { color: rgb(119,148,191); }

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

<style>
 a { background-color: #7794BF; }

 a { background-color: rgb(119,148,191); }

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

<style>
 span { border-color: #7794BF; }

 span { border-color: rgb(119,148,191); }

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