Html Css Color HEX #7D6EDA Medium Slate Blue

📋 copy color: '#7D6EDA'

red 125 ◦ green 110 ◦ blue 218

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

Shades of Medium Slate Blue #7D6EDA

Tints of Medium Slate Blue #7D6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.28%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 27.59%
G = 24.28%
B = 48.12%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D6EDA (or 0x7D6EDA) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and DA. RGB value is (125,110,218). Sum of RGB (Red+Green+Blue) = 125+110+218=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D6EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EDA is #829125. Grayscale: #7E7E7E. Windows color (decimal): -8556838 or 14315133. OLE color: 14315133.

HSL color Cylindrical-coordinate representation of color #7D6EDA: hue angle of 248.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D6EDA is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 110 218 -
CMYK 0.43 0.50 0 0.15
HSL 248.33º 0.59% 0.64% -
HSV(B) 248.33º 0.5% 0.85% -
XYZ 26.69 20.57 68.89 -
YUV 126.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 125 110 218 0.43 0.50 0 0.15 248.33 0.59 0.64
Hex 7D 6E DA 2B 32 0 F F8 3B 40
Octal 175 156 332 53 62 0 17 370 73 100
Binary 1111101 1101110 11011010 101011 110010 0 1111 11111000 111011 1000000

Color Harmonies of #7D6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EDA

Black with #7D6EDA

Text Example


Text Example

White with #7D6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,218); }

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

background-color css

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

 a { background-color: rgb(125,110,218); }

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

border-color css

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

 span { border-color: rgb(125,110,218); }

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