#7E83AD

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

Shades of Wild Blue Yonder #7E83AD

Tints of Wild Blue Yonder #7E83AD

Color information

#7E83AD (or 0x7E83AD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 83 and AD. RGB value is (126,131,173). Sum of RGB (Red+Green+Blue) = 126+131+173=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E83AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E83AD is #817C52. Grayscale: #868686. Windows color (decimal): -8485971 or 11371390. OLE color: 11371390.

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

Color convert

RGB126131173-
CMYK0.270.2400.32
HSL233.62º22.27%58.63%-
HSV(B)233.62º27.17%67.84%-
XYZ24.2623.6942.83-
YUV134.29149.84122.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.30%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=29.30%
G=30.47%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261311730.270.2400.32233.6222.2758.63
Hex7E83AD1B18020ea163b
Octal17620325533300403522673
Binary11111101000001110101101110111100001000001110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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