#7C7EBA

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

Shades of Wild Blue Yonder #7C7EBA

Tints of Wild Blue Yonder #7C7EBA

Color information

#7C7EBA (or 0x7C7EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 7E and BA. RGB value is (124,126,186). Sum of RGB (Red+Green+Blue) = 124+126+186=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7EBA is #838145. Grayscale: #848484. Windows color (decimal): -8618310 or 12222076. OLE color: 12222076.

HSL color Cylindrical-coordinate representation of color #7C7EBA: hue angle of 238.06º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7EBA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124126186-
CMYK0.330.3200.27
HSL238.06º31%60.78%-
HSV(B)238.06º33.33%72.94%-
XYZ24.6422.7549.55-
YUV132.24158.34122.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=28.44%
G=28.90%
B=42.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241261860.330.3200.27238.063160.78
Hex7C7EBA212001Bee1f3d
Octal17417627241400333563775
Binary11111001111110101110101000011000000110111110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,126,186); }

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

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

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

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

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

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

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