Html Css Color HEX #7D5AEE Medium Slate Blue

📋 copy color: '#7D5AEE'

red 125 ◦ green 90 ◦ blue 238

#7D5AEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7D5AEE

Tints of Medium Slate Blue #7D5AEE

RGB

 RED value IS 125 (49.22% from 255) = 27.59%

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 27.59%
G = 19.87%
B = 52.54%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D5AEE (or 0x7D5AEE) is known color: Medium Slate Blue. HEX triplet: 7D, 5A and EE. RGB value is (125,90,238). Sum of RGB (Red+Green+Blue) = 125+90+238=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D5AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AEE is #82A511. Grayscale: #747474. Windows color (decimal): -8561938 or 15620733. OLE color: 15620733.

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

Color convert

RGB 125 90 238 -
CMYK 0.47 0.62 0 0.07
HSL 254.19º 0.81% 0.64% -
HSV(B) 254.19º 0.62% 0.93% -
XYZ 27.55 17.85 82.88 -
YUV 117.34 196.1 133.47 -
System Red Green Blue C M Y K H S L
Decimal 125 90 238 0.47 0.62 0 0.07 254.19 0.81 0.64
Hex 7D 5A EE 2F 3E 0 7 FE 51 40
Octal 175 132 356 57 76 0 7 376 121 100
Binary 1111101 1011010 11101110 101111 111110 0 111 11111110 1010001 1000000

Color Harmonies of #7D5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AEE

Black with #7D5AEE

Text Example


Text Example

White with #7D5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,238); }

 H1.HeaderClassName
 {
   color: #7D5AEE;
 }
 .AnyTagClassName
 {
   color: #7D5AEE;
 }
</style>

background-color css

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

 a { background-color: rgb(125,90,238); }

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

border-color css

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

 span { border-color: rgb(125,90,238); }

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