#7A7FAE

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

Shades of Wild Blue Yonder #7A7FAE

Tints of Wild Blue Yonder #7A7FAE

Color information

#7A7FAE (or 0x7A7FAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7F and AE. RGB value is (122,127,174). Sum of RGB (Red+Green+Blue) = 122+127+174=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A7FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FAE is #858051. Grayscale: #828282. Windows color (decimal): -8749138 or 11435898. OLE color: 11435898.

HSL color Cylindrical-coordinate representation of color #7A7FAE: hue angle of 234.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7FAE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122127174-
CMYK0.300.2700.32
HSL234.23º24.3%58.04%-
HSV(B)234.23º29.89%68.24%-
XYZ23.2622.3743.14-
YUV130.86152.34121.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=28.84%
G=30.02%
B=41.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221271740.300.2700.32234.2324.358.04
Hex7A7FAE1E1B020ea183a
Octal17217725636330403523072
Binary1111010111111110101110111101101101000001110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,174); }

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

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

 a { background-color: rgb(122,127,174); }

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

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

 span { border-color: rgb(122,127,174); }

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