#7E7FAC

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

Shades of Wild Blue Yonder #7E7FAC

Tints of Wild Blue Yonder #7E7FAC

Color information

#7E7FAC (or 0x7E7FAC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 7F and AC. RGB value is (126,127,172). Sum of RGB (Red+Green+Blue) = 126+127+172=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7FAC is #818053. Grayscale: #838383. Windows color (decimal): -8486996 or 11304830. OLE color: 11304830.

HSL color Cylindrical-coordinate representation of color #7E7FAC: hue angle of 238.7º 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 #7E7FAC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126127172-
CMYK0.270.2600.33
HSL238.7º21.7%58.43%-
HSV(B)238.7º26.74%67.45%-
XYZ23.6422.5942.14-
YUV131.83150.67123.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=29.65%
G=29.88%
B=40.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261271720.270.2600.33238.721.758.43
Hex7E7FAC1B1A021ef163a
Octal17617725433320413572672
Binary1111110111111110101100110111101001000011110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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