Html Css Color HEX #7E6FDF Medium Slate Blue

📋 copy color: '#7E6FDF'

red 126 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #7E6FDF

Tints of Medium Slate Blue #7E6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 27.39%
G = 24.13%
B = 48.48%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E6FDF (or 0x7E6FDF) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and DF. RGB value is (126,111,223). Sum of RGB (Red+Green+Blue) = 126+111+223=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E6FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FDF is #819020. Grayscale: #7F7F7F. Windows color (decimal): -8491041 or 14643070. OLE color: 14643070.

HSL color Cylindrical-coordinate representation of color #7E6FDF: hue angle of 248.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6FDF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 111 223 -
CMYK 0.43 0.50 0 0.13
HSL 248.04º 0.64% 0.65% -
HSV(B) 248.04º 0.5% 0.87% -
XYZ 27.61 21.13 72.44 -
YUV 128.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 126 111 223 0.43 0.50 0 0.13 248.04 0.64 0.65
Hex 7E 6F DF 2B 32 0 D F8 40 41
Octal 176 157 337 53 62 0 15 370 100 101
Binary 1111110 1101111 11011111 101011 110010 0 1101 11111000 1000000 1000001

Color Harmonies of #7E6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6FDF

Black with #7E6FDF

Text Example


Text Example

White with #7E6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,223); }

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

background-color css

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

 a { background-color: rgb(126,111,223); }

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

border-color css

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

 span { border-color: rgb(126,111,223); }

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