#7A94BD

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

Shades of Wild Blue Yonder #7A94BD

Tints of Wild Blue Yonder #7A94BD

Color information

#7A94BD (or 0x7A94BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 94 and BD. RGB value is (122,148,189). Sum of RGB (Red+Green+Blue) = 122+148+189=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A94BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A94BD is #856B42. Grayscale: #909090. Windows color (decimal): -8743747 or 12424314. OLE color: 12424314.

HSL color Cylindrical-coordinate representation of color #7A94BD: hue angle of 216.72º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A94BD is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122148189-
CMYK0.350.2200.26
HSL216.72º33.67%60.98%-
HSV(B)216.72º35.45%74.12%-
XYZ27.828.9952.27-
YUV144.9152.89111.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=26.58%
G=32.24%
B=41.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221481890.350.2200.26216.7233.6760.98
Hex7A94BD231601Ad9223d
Octal17222427543260323314275
Binary111101010010100101111011000111011001101011011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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