#7D7EED

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

Shades of Medium Slate Blue #7D7EED

Tints of Medium Slate Blue #7D7EED

Color information

#7D7EED (or 0x7D7EED) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7E and ED. RGB value is (125,126,237). Sum of RGB (Red+Green+Blue) = 125+126+237=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D7EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7EED is #828112. Grayscale: #898989. Windows color (decimal): -8552723 or 15564413. OLE color: 15564413.

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

Color convert

RGB125126237-
CMYK0.470.4700.07
HSL239.46º75.68%70.98%-
HSV(B)239.46º47.26%92.94%-
XYZ31.225.483.38-
YUV138.35183.67118.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=25.61%
G=25.82%
B=48.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251262370.470.4700.07239.4675.6870.98
Hex7D7EED2F2F07ef4c47
Octal175176355575707357114107
Binary111110111111101110110110111110111101111110111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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