Html Css Color HEX #7E6EDB Medium Slate Blue

📋 copy color: '#7E6EDB'

red 126 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #7E6EDB

Tints of Medium Slate Blue #7E6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 27.69%
G = 24.18%
B = 48.13%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E6EDB (or 0x7E6EDB) is known color: Medium Slate Blue. HEX triplet: 7E, 6E and DB. RGB value is (126,110,219). Sum of RGB (Red+Green+Blue) = 126+110+219=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6EDB is #819124. Grayscale: #7E7E7E. Windows color (decimal): -8491301 or 14380670. OLE color: 14380670.

HSL color Cylindrical-coordinate representation of color #7E6EDB: hue angle of 248.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6EDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 110 219 -
CMYK 0.42 0.50 0 0.14
HSL 248.81º 0.6% 0.65% -
HSV(B) 248.81º 0.5% 0.86% -
XYZ 26.97 20.7 69.59 -
YUV 127.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 126 110 219 0.42 0.50 0 0.14 248.81 0.6 0.65
Hex 7E 6E DB 2A 32 0 E F9 3C 41
Octal 176 156 333 52 62 0 16 371 74 101
Binary 1111110 1101110 11011011 101010 110010 0 1110 11111001 111100 1000001

Color Harmonies of #7E6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6EDB

Black with #7E6EDB

Text Example


Text Example

White with #7E6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,110,219); }

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

background-color css

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

 a { background-color: rgb(126,110,219); }

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

border-color css

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

 span { border-color: rgb(126,110,219); }

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