#7A96C2

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

Shades of Wild Blue Yonder #7A96C2

Tints of Wild Blue Yonder #7A96C2

Color information

#7A96C2 (or 0x7A96C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 96 and C2. RGB value is (122,150,194). Sum of RGB (Red+Green+Blue) = 122+150+194=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A96C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96C2 is #85693D. Grayscale: #929292. Windows color (decimal): -8743230 or 12752506. OLE color: 12752506.

HSL color Cylindrical-coordinate representation of color #7A96C2: hue angle of 216.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A96C2 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB122150194-
CMYK0.370.2300.24
HSL216.67º37.11%61.96%-
HSV(B)216.67º37.11%76.08%-
XYZ28.6729.8555.29-
YUV146.64154.72110.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=26.18%
G=32.19%
B=41.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221501940.370.2300.24216.6737.1161.96
Hex7A96C22517018d9253e
Octal17222630245270303314576
Binary111101010010110110000101001011011101100011011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,150,194); }

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

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

 a { background-color: rgb(122,150,194); }

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

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

 span { border-color: rgb(122,150,194); }

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