Html Css Color HEX #7D4DED Medium Slate Blue

📋 copy color: '#7D4DED'

red 125 ◦ green 77 ◦ blue 237

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

Shades of Medium Slate Blue #7D4DED

Tints of Medium Slate Blue #7D4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 28.47%
G = 17.54%
B = 53.99%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D4DED (or 0x7D4DED) is known color: Medium Slate Blue. HEX triplet: 7D, 4D and ED. RGB value is (125,77,237). Sum of RGB (Red+Green+Blue) = 125+77+237=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D4DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4DED is #82B212. Grayscale: #6D6D6D. Windows color (decimal): -8565267 or 15551869. OLE color: 15551869.

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

Color convert

RGB 125 77 237 -
CMYK 0.47 0.68 0 0.07
HSL 258º 0.82% 0.62% -
HSV(B) 258º 0.68% 0.93% -
XYZ 26.4 15.78 81.78 -
YUV 109.59 199.9 138.99 -
System Red Green Blue C M Y K H S L
Decimal 125 77 237 0.47 0.68 0 0.07 258 0.82 0.62
Hex 7D 4D ED 2F 44 0 7 102 52 3E
Octal 175 115 355 57 104 0 7 402 122 76
Binary 1111101 1001101 11101101 101111 1000100 0 111 100000010 1010010 111110

Color Harmonies of #7D4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DED

Black with #7D4DED

Text Example


Text Example

White with #7D4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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