Html Css Color HEX #7D6DDA Medium Slate Blue

📋 copy color: '#7D6DDA'

red 125 ◦ green 109 ◦ blue 218

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

Shades of Medium Slate Blue #7D6DDA

Tints of Medium Slate Blue #7D6DDA

RGB

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

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

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

R = 27.65%
G = 24.12%
B = 48.23%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D6DDA (or 0x7D6DDA) is known color: Medium Slate Blue. HEX triplet: 7D, 6D and DA. RGB value is (125,109,218). Sum of RGB (Red+Green+Blue) = 125+109+218=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D6DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DDA is #829225. Grayscale: #7D7D7D. Windows color (decimal): -8557094 or 14314877. OLE color: 14314877.

HSL color Cylindrical-coordinate representation of color #7D6DDA: hue angle of 248.81º degrees, saturation: 0.6, 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 #7D6DDA is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 109 218 -
CMYK 0.43 0.5 0 0.15
HSL 248.81º 0.6% 0.64% -
HSV(B) 248.81º 0.5% 0.85% -
XYZ 26.58 20.36 68.86 -
YUV 126.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 125 109 218 0.43 0.5 0 0.15 248.81 0.6 0.64
Hex 7D 6D DA 2B 32 0 F F9 3C 40
Octal 175 155 332 53 62 0 17 371 74 100
Binary 1111101 1101101 11011010 101011 110010 0 1111 11111001 111100 1000000

Color Harmonies of #7D6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DDA

Black with #7D6DDA

Text Example


Text Example

White with #7D6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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