#7D7AE1

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

Shades of Medium Slate Blue #7D7AE1

Tints of Medium Slate Blue #7D7AE1

Color information

#7D7AE1 (or 0x7D7AE1) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 7A and E1. RGB value is (125,122,225). Sum of RGB (Red+Green+Blue) = 125+122+225=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D7AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AE1 is #82851E. Grayscale: #868686. Windows color (decimal): -8553759 or 14776957. OLE color: 14776957.

HSL color Cylindrical-coordinate representation of color #7D7AE1: hue angle of 241.75º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7AE1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125122225-
CMYK0.440.4600.12
HSL241.75º63.19%68.04%-
HSV(B)241.75º45.78%88.24%-
XYZ29.0123.7274.28-
YUV134.64178.99121.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 225 (88.28% from 255) = 47.67%
R=26.48%
G=25.85%
B=47.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251222250.440.4600.12241.7563.1968.04
Hex7D7AE12C2E0Cf23f44
Octal175172341545601436277104
Binary111110111110101110000110110010111001100111100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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