Html Css Color HEX #7D6BF7 Medium Slate Blue

📋 copy color: '#7D6BF7'

red 125 ◦ green 107 ◦ blue 247

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

Shades of Medium Slate Blue #7D6BF7

Tints of Medium Slate Blue #7D6BF7

RGB

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

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

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

R = 26.1%
G = 22.34%
B = 51.57%

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

#7D6BF7 (or 0x7D6BF7) is known color: Medium Slate Blue. HEX triplet: 7D, 6B and F7. RGB value is (125,107,247). Sum of RGB (Red+Green+Blue) = 125+107+247=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D6BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6BF7 is #829408. Grayscale: #7F7F7F. Windows color (decimal): -8557577 or 16214909. OLE color: 16214909.

HSL color Cylindrical-coordinate representation of color #7D6BF7: hue angle of 247.71º 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 #7D6BF7 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 107 247 -
CMYK 0.49 0.57 0 0.03
HSL 247.71º 0.9% 0.69% -
HSV(B) 247.71º 0.57% 0.97% -
XYZ 30.5 21.59 90.56 -
YUV 128.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 125 107 247 0.49 0.57 0 0.03 247.71 0.9 0.69
Hex 7D 6B F7 31 39 0 3 F8 5A 45
Octal 175 153 367 61 71 0 3 370 132 105
Binary 1111101 1101011 11110111 110001 111001 0 11 11111000 1011010 1000101

Color Harmonies of #7D6BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BF7

Black with #7D6BF7

Text Example


Text Example

White with #7D6BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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