Html Css Color HEX #7D6DEF Medium Slate Blue

📋 copy color: '#7D6DEF'

red 125 ◦ green 109 ◦ blue 239

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

Shades of Medium Slate Blue #7D6DEF

Tints of Medium Slate Blue #7D6DEF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 26.43%
G = 23.04%
B = 50.53%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D6DEF (or 0x7D6DEF) is known color: Medium Slate Blue. HEX triplet: 7D, 6D and EF. RGB value is (125,109,239). Sum of RGB (Red+Green+Blue) = 125+109+239=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D6DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6DEF is #829210. Grayscale: #808080. Windows color (decimal): -8557073 or 15691133. OLE color: 15691133.

HSL color Cylindrical-coordinate representation of color #7D6DEF: hue angle of 247.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6DEF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 109 239 -
CMYK 0.48 0.54 0 0.06
HSL 247.38º 0.8% 0.68% -
HSV(B) 247.38º 0.54% 0.94% -
XYZ 29.51 21.53 84.26 -
YUV 128.6 190.3 125.43 -
System Red Green Blue C M Y K H S L
Decimal 125 109 239 0.48 0.54 0 0.06 247.38 0.8 0.68
Hex 7D 6D EF 30 36 0 6 F7 50 44
Octal 175 155 357 60 66 0 6 367 120 104
Binary 1111101 1101101 11101111 110000 110110 0 110 11110111 1010000 1000100

Color Harmonies of #7D6DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DEF

Black with #7D6DEF

Text Example


Text Example

White with #7D6DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,239); }

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

background-color css

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

 a { background-color: rgb(125,109,239); }

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

border-color css

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

 span { border-color: rgb(125,109,239); }

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