#7A7DED

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

Shades of Medium Slate Blue #7A7DED

Tints of Medium Slate Blue #7A7DED

Color information

#7A7DED (or 0x7A7DED) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7D and ED. RGB value is (122,125,237). Sum of RGB (Red+Green+Blue) = 122+125+237=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7DED is #858212. Grayscale: #888888. Windows color (decimal): -8749587 or 15564154. OLE color: 15564154.

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

Color convert

RGB122125237-
CMYK0.490.4700.07
HSL238.43º76.16%70.39%-
HSV(B)238.43º48.52%92.94%-
XYZ30.6524.9283.32-
YUV136.87184.51117.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.21%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=25.21%
G=25.83%
B=48.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221252370.490.4700.07238.4376.1670.39
Hex7A7DED312F07ee4c46
Octal172175355615707356114106
Binary111101011111011110110111000110111101111110111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,125,237); }

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

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

 a { background-color: rgb(122,125,237); }

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

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

 span { border-color: rgb(122,125,237); }

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