#7A97C4

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

Shades of Wild Blue Yonder #7A97C4

Tints of Wild Blue Yonder #7A97C4

Color information

#7A97C4 (or 0x7A97C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 97 and C4. RGB value is (122,151,196). Sum of RGB (Red+Green+Blue) = 122+151+196=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A97C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97C4 is #85683B. Grayscale: #939393. Windows color (decimal): -8742972 or 12883834. OLE color: 12883834.

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

Color convert

RGB122151196-
CMYK0.380.2300.23
HSL216.49º38.54%62.35%-
HSV(B)216.49º37.76%76.86%-
XYZ29.0630.2656.53-
YUV147.46155.39109.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.01%
GREEN value IS 151 (59.38% from 255) = 32.20%
BLUE value IS 196 (76.95% from 255) = 41.79%
R=26.01%
G=32.20%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221511960.380.2300.23216.4938.5462.35
Hex7A97C42617017d8273e
Octal17222730446270273304776
Binary111101010010111110001001001101011101011111011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,151,196); }

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

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

 a { background-color: rgb(122,151,196); }

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

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

 span { border-color: rgb(122,151,196); }

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