#7E7EAC

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

Shades of Wild Blue Yonder #7E7EAC

Tints of Wild Blue Yonder #7E7EAC

Color information

#7E7EAC (or 0x7E7EAC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 7E and AC. RGB value is (126,126,172). Sum of RGB (Red+Green+Blue) = 126+126+172=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7EAC is #818153. Grayscale: #838383. Windows color (decimal): -8487252 or 11304574. OLE color: 11304574.

HSL color Cylindrical-coordinate representation of color #7E7EAC: hue angle of 240º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E7EAC is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126126172-
CMYK0.270.2700.33
HSL240º21.7%58.43%-
HSV(B)240º26.74%67.45%-
XYZ23.5122.3442.1-
YUV131.24151124.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=29.72%
G=29.72%
B=40.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261261720.270.2700.3324021.758.43
Hex7E7EAC1B1B021f0163a
Octal17617625433330413602672
Binary1111110111111010101100110111101101000011111000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,126,172); }

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

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

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

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

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

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

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