Html Css Color HEX #7D6EEF Medium Slate Blue

📋 copy color: '#7D6EEF'

red 125 ◦ green 110 ◦ blue 239

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

Shades of Medium Slate Blue #7D6EEF

Tints of Medium Slate Blue #7D6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 26.37%
G = 23.21%
B = 50.42%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D6EEF (or 0x7D6EEF) is known color: Medium Slate Blue. HEX triplet: 7D, 6E and EF. RGB value is (125,110,239). Sum of RGB (Red+Green+Blue) = 125+110+239=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D6EEF is #829110. Grayscale: #808080. Windows color (decimal): -8556817 or 15691389. OLE color: 15691389.

HSL color Cylindrical-coordinate representation of color #7D6EEF: hue angle of 246.98º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D6EEF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 110 239 -
CMYK 0.48 0.54 0 0.06
HSL 246.98º 0.8% 0.68% -
HSV(B) 246.98º 0.54% 0.94% -
XYZ 29.61 21.74 84.3 -
YUV 129.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 125 110 239 0.48 0.54 0 0.06 246.98 0.8 0.68
Hex 7D 6E EF 30 36 0 6 F7 50 44
Octal 175 156 357 60 66 0 6 367 120 104
Binary 1111101 1101110 11101111 110000 110110 0 110 11110111 1010000 1000100

Color Harmonies of #7D6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6EEF

Black with #7D6EEF

Text Example


Text Example

White with #7D6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,239); }

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

background-color css

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

 a { background-color: rgb(125,110,239); }

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

border-color css

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

 span { border-color: rgb(125,110,239); }

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