Html Css Color HEX #7D6AF7 Medium Slate Blue

📋 copy color: '#7D6AF7'

red 125 ◦ green 106 ◦ blue 247

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

Shades of Medium Slate Blue #7D6AF7

Tints of Medium Slate Blue #7D6AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 26.15%
G = 22.18%
B = 51.67%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D6AF7 (or 0x7D6AF7) is known color: Medium Slate Blue. HEX triplet: 7D, 6A and F7. RGB value is (125,106,247). Sum of RGB (Red+Green+Blue) = 125+106+247=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D6AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6AF7 is #829508. Grayscale: #7F7F7F. Windows color (decimal): -8557833 or 16214653. OLE color: 16214653.

HSL color Cylindrical-coordinate representation of color #7D6AF7: hue angle of 248.09º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D6AF7 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 106 247 -
CMYK 0.49 0.57 0 0.03
HSL 248.09º 0.9% 0.69% -
HSV(B) 248.09º 0.57% 0.97% -
XYZ 30.4 21.38 90.52 -
YUV 127.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 125 106 247 0.49 0.57 0 0.03 248.09 0.9 0.69
Hex 7D 6A F7 31 39 0 3 F8 5A 45
Octal 175 152 367 61 71 0 3 370 132 105
Binary 1111101 1101010 11110111 110001 111001 0 11 11111000 1011010 1000101

Color Harmonies of #7D6AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6AF7

Black with #7D6AF7

Text Example


Text Example

White with #7D6AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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