Html Css Color HEX #7D6EDF Medium Slate Blue

📋 copy color: '#7D6EDF'

red 125 ◦ green 110 ◦ blue 223

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

Shades of Medium Slate Blue #7D6EDF

Tints of Medium Slate Blue #7D6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 27.29%
G = 24.02%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D6EDF (or 0x7D6EDF) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and DF. RGB value is (125,110,223). Sum of RGB (Red+Green+Blue) = 125+110+223=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EDF is #829120. Grayscale: #7E7E7E. Windows color (decimal): -8556833 or 14642813. OLE color: 14642813.

HSL color Cylindrical-coordinate representation of color #7D6EDF: hue angle of 247.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D6EDF is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 110 223 -
CMYK 0.44 0.51 0 0.13
HSL 247.96º 0.64% 0.65% -
HSV(B) 247.96º 0.51% 0.87% -
XYZ 27.35 20.84 72.39 -
YUV 127.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 125 110 223 0.44 0.51 0 0.13 247.96 0.64 0.65
Hex 7D 6E DF 2C 33 0 D F8 40 41
Octal 175 156 337 54 63 0 15 370 100 101
Binary 1111101 1101110 11011111 101100 110011 0 1101 11111000 1000000 1000001

Color Harmonies of #7D6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EDF

Black with #7D6EDF

Text Example


Text Example

White with #7D6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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