#7E7DAD

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

Shades of Wild Blue Yonder #7E7DAD

Tints of Wild Blue Yonder #7E7DAD

Color information

#7E7DAD (or 0x7E7DAD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 7D and AD. RGB value is (126,125,173). Sum of RGB (Red+Green+Blue) = 126+125+173=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7DAD is #818252. Grayscale: #828282. Windows color (decimal): -8487507 or 11369854. OLE color: 11369854.

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

Color convert

RGB126125173-
CMYK0.270.2800.32
HSL241.25º22.64%58.43%-
HSV(B)241.25º27.75%67.84%-
XYZ23.4822.1242.57-
YUV130.77151.83124.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=29.72%
G=29.48%
B=40.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261251730.270.2800.32241.2522.6458.43
Hex7E7DAD1B1C020f1173a
Octal17617525533340403612772
Binary1111110111110110101101110111110001000001111000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,125,173); }

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

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

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

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

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

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

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