Html Css Color HEX #7E6CEF Medium Slate Blue

📋 copy color: '#7E6CEF'

red 126 ◦ green 108 ◦ blue 239

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

Shades of Medium Slate Blue #7E6CEF

Tints of Medium Slate Blue #7E6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

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

R = 26.64%
G = 22.83%
B = 50.53%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7E6CEF (or 0x7E6CEF) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and EF. RGB value is (126,108,239). Sum of RGB (Red+Green+Blue) = 126+108+239=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E6CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CEF is #819310. Grayscale: #7F7F7F. Windows color (decimal): -8491793 or 15690878. OLE color: 15690878.

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

Color convert

RGB 126 108 239 -
CMYK 0.47 0.55 0 0.06
HSL 248.24º 0.8% 0.68% -
HSV(B) 248.24º 0.55% 0.94% -
XYZ 29.55 21.39 84.23 -
YUV 128.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 126 108 239 0.47 0.55 0 0.06 248.24 0.8 0.68
Hex 7E 6C EF 2F 37 0 6 F8 50 44
Octal 176 154 357 57 67 0 6 370 120 104
Binary 1111110 1101100 11101111 101111 110111 0 110 11111000 1010000 1000100

Color Harmonies of #7E6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6CEF

Black with #7E6CEF

Text Example


Text Example

White with #7E6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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