#7E7EAB

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

Shades of Wild Blue Yonder #7E7EAB

Tints of Wild Blue Yonder #7E7EAB

Color information

#7E7EAB (or 0x7E7EAB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 7E and AB. RGB value is (126,126,171). Sum of RGB (Red+Green+Blue) = 126+126+171=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E7EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7EAB is #818154. Grayscale: #828282. Windows color (decimal): -8487253 or 11239038. OLE color: 11239038.

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

Color convert

RGB126126171-
CMYK0.260.2600.33
HSL240º21.13%58.24%-
HSV(B)240º26.32%67.06%-
XYZ23.4222.341.6-
YUV131.13150.5124.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=29.79%
G=29.79%
B=40.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261261710.260.2600.3324021.1358.24
Hex7E7EAB1A1A021f0153a
Octal17617625332320413602572
Binary1111110111111010101011110101101001000011111000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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