#7A76EC

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

Shades of Medium Slate Blue #7A76EC

Tints of Medium Slate Blue #7A76EC

Color information

#7A76EC (or 0x7A76EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 76 and EC. RGB value is (122,118,236). Sum of RGB (Red+Green+Blue) = 122+118+236=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A76EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A76EC is #858913. Grayscale: #848484. Windows color (decimal): -8751380 or 15496826. OLE color: 15496826.

HSL color Cylindrical-coordinate representation of color #7A76EC: hue angle of 242.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A76EC is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122118236-
CMYK0.480.500.07
HSL242.03º75.64%69.41%-
HSV(B)242.03º50%92.55%-
XYZ29.6423.1582.26-
YUV132.65186.33120.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=25.63%
G=24.79%
B=49.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221182360.480.500.07242.0375.6469.41
Hex7A76EC303207f24c45
Octal172166354606207362114105
Binary111101011101101110110011000011001001111111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A76EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,236); }

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

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

 a { background-color: rgb(122,118,236); }

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

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

 span { border-color: rgb(122,118,236); }

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