#7994C0

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

Shades of Wild Blue Yonder #7994C0

Tints of Wild Blue Yonder #7994C0

Color information

#7994C0 (or 0x7994C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 94 and C0. RGB value is (121,148,192). Sum of RGB (Red+Green+Blue) = 121+148+192=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #7994C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994C0 is #866B3F. Grayscale: #909090. Windows color (decimal): -8809280 or 12620921. OLE color: 12620921.

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

Color convert

RGB121148192-
CMYK0.370.2300.25
HSL217.18º36.04%61.37%-
HSV(B)217.18º36.98%75.29%-
XYZ27.9929.0554-
YUV144.94154.55110.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=26.25%
G=32.10%
B=41.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211481920.370.2300.25217.1836.0461.37
Hex7994C02517019d9243d
Octal17122430045270313314475
Binary111100110010100110000001001011011101100111011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7994C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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