#7A94BE

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

Shades of Wild Blue Yonder #7A94BE

Tints of Wild Blue Yonder #7A94BE

Color information

#7A94BE (or 0x7A94BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 94 and BE. RGB value is (122,148,190). Sum of RGB (Red+Green+Blue) = 122+148+190=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A94BE is #856B41. Grayscale: #909090. Windows color (decimal): -8743746 or 12489850. OLE color: 12489850.

HSL color Cylindrical-coordinate representation of color #7A94BE: hue angle of 217.06º degrees, saturation: 0.34, 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 #7A94BE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122148190-
CMYK0.360.2200.25
HSL217.06º34.34%61.18%-
HSV(B)217.06º35.79%74.51%-
XYZ27.9129.0452.85-
YUV145.01153.39111.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.52%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=26.52%
G=32.17%
B=41.30%

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
Decimal1221481900.360.2200.25217.0634.3461.18
Hex7A94BE2416019d9223d
Octal17222427644260313314275
Binary111101010010100101111101001001011001100111011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A94BE; }

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

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

<style>
 a { background-color: #7A94BE; }

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

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

<style>
 span { border-color: #7A94BE; }

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

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