Html Css Color HEX #7E6DEF Medium Slate Blue

📋 copy color: '#7E6DEF'

red 126 ◦ green 109 ◦ blue 239

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

Shades of Medium Slate Blue #7E6DEF

Tints of Medium Slate Blue #7E6DEF

RGB

 RED value IS 126 (49.61% from 255) = 26.58%

 GREEN value IS 109 (42.97% from 255) = 23%

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

R = 26.58%
G = 23%
B = 50.42%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7E6DEF (or 0x7E6DEF) is known color: Medium Slate Blue. HEX triplet: 7E, 6D and EF. RGB value is (126,109,239). Sum of RGB (Red+Green+Blue) = 126+109+239=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 109 (42.97% from 255 or 23.00% 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 #7E6DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DEF is #819210. Grayscale: #808080. Windows color (decimal): -8491537 or 15691134. OLE color: 15691134.

HSL color Cylindrical-coordinate representation of color #7E6DEF: hue angle of 247.85º 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 #7E6DEF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 109 239 -
CMYK 0.47 0.54 0 0.06
HSL 247.85º 0.8% 0.68% -
HSV(B) 247.85º 0.54% 0.94% -
XYZ 29.65 21.6 84.27 -
YUV 128.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 126 109 239 0.47 0.54 0 0.06 247.85 0.8 0.68
Hex 7E 6D EF 2F 36 0 6 F8 50 44
Octal 176 155 357 57 66 0 6 370 120 104
Binary 1111110 1101101 11101111 101111 110110 0 110 11111000 1010000 1000100

Color Harmonies of #7E6DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DEF

Black with #7E6DEF

Text Example


Text Example

White with #7E6DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,239); }

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

background-color css

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

 a { background-color: rgb(126,109,239); }

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

border-color css

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

 span { border-color: rgb(126,109,239); }

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