Html Css Color HEX #7D6BDC Medium Slate Blue

📋 copy color: '#7D6BDC'

red 125 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #7D6BDC

Tints of Medium Slate Blue #7D6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 27.65%
G = 23.67%
B = 48.67%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D6BDC (or 0x7D6BDC) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and DC. RGB value is (125,107,220). Sum of RGB (Red+Green+Blue) = 125+107+220=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BDC is #829423. Grayscale: #7C7C7C. Windows color (decimal): -8557604 or 14445437. OLE color: 14445437.

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

Color convert

RGB 125 107 220 -
CMYK 0.43 0.51 0 0.14
HSL 249.56º 0.62% 0.64% -
HSV(B) 249.56º 0.51% 0.86% -
XYZ 26.63 20.04 70.18 -
YUV 125.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 125 107 220 0.43 0.51 0 0.14 249.56 0.62 0.64
Hex 7D 6B DC 2B 33 0 E FA 3E 40
Octal 175 153 334 53 63 0 16 372 76 100
Binary 1111101 1101011 11011100 101011 110011 0 1110 11111010 111110 1000000

Color Harmonies of #7D6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BDC

Black with #7D6BDC

Text Example


Text Example

White with #7D6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,220); }

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

background-color css

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

 a { background-color: rgb(125,107,220); }

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

border-color css

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

 span { border-color: rgb(125,107,220); }

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