#7A97BF

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

Shades of Wild Blue Yonder #7A97BF

Tints of Wild Blue Yonder #7A97BF

Color information

#7A97BF (or 0x7A97BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 97 and BF. RGB value is (122,151,191). Sum of RGB (Red+Green+Blue) = 122+151+191=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A97BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A97BF is #856840. Grayscale: #929292. Windows color (decimal): -8742977 or 12556154. OLE color: 12556154.

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

Color convert

RGB122151191-
CMYK0.360.2100.25
HSL214.78º35.03%61.37%-
HSV(B)214.78º36.13%74.9%-
XYZ28.530.0353.59-
YUV146.89152.89110.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 191 (75% from 255) = 41.16%
R=26.29%
G=32.54%
B=41.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221511910.360.2100.25214.7835.0361.37
Hex7A97BF2415019d7233d
Octal17222727744250313274375
Binary111101010010111101111111001001010101100111010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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