#7E83C0

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

Shades of Wild Blue Yonder #7E83C0

Tints of Wild Blue Yonder #7E83C0

Color information

#7E83C0 (or 0x7E83C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 83 and C0. RGB value is (126,131,192). Sum of RGB (Red+Green+Blue) = 126+131+192=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E83C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E83C0 is #817C3F. Grayscale: #888888. Windows color (decimal): -8485952 or 12616574. OLE color: 12616574.

HSL color Cylindrical-coordinate representation of color #7E83C0: hue angle of 235.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E83C0 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126131192-
CMYK0.340.3200.25
HSL235.45º34.38%62.35%-
HSV(B)235.45º34.38%75.29%-
XYZ26.2324.4753.21-
YUV136.46159.34120.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=28.06%
G=29.18%
B=42.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261311920.340.3200.25235.4534.3862.35
Hex7E83C02220019eb223e
Octal17620330042400313534276
Binary1111110100000111100000010001010000001100111101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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