Html Css Color HEX #7D6ADA Medium Slate Blue

📋 copy color: '#7D6ADA'

red 125 ◦ green 106 ◦ blue 218

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

Shades of Medium Slate Blue #7D6ADA

Tints of Medium Slate Blue #7D6ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 27.84%
G = 23.61%
B = 48.55%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D6ADA (or 0x7D6ADA) is known color: Medium Slate Blue. HEX triplet: 7D, 6A and DA. RGB value is (125,106,218). Sum of RGB (Red+Green+Blue) = 125+106+218=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D6ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ADA is #829525. Grayscale: #7C7C7C. Windows color (decimal): -8557862 or 14314109. OLE color: 14314109.

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

Color convert

RGB 125 106 218 -
CMYK 0.43 0.51 0 0.15
HSL 250.18º 0.6% 0.64% -
HSV(B) 250.18º 0.51% 0.85% -
XYZ 26.27 19.73 68.75 -
YUV 124.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 125 106 218 0.43 0.51 0 0.15 250.18 0.6 0.64
Hex 7D 6A DA 2B 33 0 F FA 3C 40
Octal 175 152 332 53 63 0 17 372 74 100
Binary 1111101 1101010 11011010 101011 110011 0 1111 11111010 111100 1000000

Color Harmonies of #7D6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6ADA

Black with #7D6ADA

Text Example


Text Example

White with #7D6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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