#7A7EC0

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

Shades of Wild Blue Yonder #7A7EC0

Tints of Wild Blue Yonder #7A7EC0

Color information

#7A7EC0 (or 0x7A7EC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7E and C0. RGB value is (122,126,192). Sum of RGB (Red+Green+Blue) = 122+126+192=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A7EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EC0 is #85813F. Grayscale: #848484. Windows color (decimal): -8749376 or 12615290. OLE color: 12615290.

HSL color Cylindrical-coordinate representation of color #7A7EC0: hue angle of 236.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A7EC0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122126192-
CMYK0.360.3400.25
HSL236.57º35.71%61.57%-
HSV(B)236.57º36.46%75.29%-
XYZ2522.8752.96-
YUV132.33161.67120.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=27.73%
G=28.64%
B=43.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221261920.360.3400.25236.5735.7161.57
Hex7A7EC02422019ed243e
Octal17217630044420313554476
Binary111101011111101100000010010010001001100111101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,126,192); }

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

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

 a { background-color: rgb(122,126,192); }

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

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

 span { border-color: rgb(122,126,192); }

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