#7A82EC

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

Shades of Medium Slate Blue #7A82EC

Tints of Medium Slate Blue #7A82EC

Color information

#7A82EC (or 0x7A82EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 82 and EC. RGB value is (122,130,236). Sum of RGB (Red+Green+Blue) = 122+130+236=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A82EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A82EC is #857D13. Grayscale: #8B8B8B. Windows color (decimal): -8748308 or 15499898. OLE color: 15499898.

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

Color convert

RGB122130236-
CMYK0.480.4500.07
HSL235.79º75%70.2%-
HSV(B)235.79º48.31%92.55%-
XYZ31.1526.1682.76-
YUV139.69182.35115.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 236 (92.58% from 255) = 48.36%
R=25%
G=26.64%
B=48.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221302360.480.4500.07235.797570.2
Hex7A82EC302D07ec4b46
Octal172202354605507354113106
Binary1111010100000101110110011000010110101111110110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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