Html Css Color HEX #7E73DF Medium Slate Blue

📋 copy color: '#7E73DF'

red 126 ◦ green 115 ◦ blue 223

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

Shades of Medium Slate Blue #7E73DF

Tints of Medium Slate Blue #7E73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.78%

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

R = 27.16%
G = 24.78%
B = 48.06%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E73DF (or 0x7E73DF) is known color: Medium Slate Blue. HEX triplet: 7E, 73 and DF. RGB value is (126,115,223). Sum of RGB (Red+Green+Blue) = 126+115+223=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E73DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E73DF is #818C20. Grayscale: #828282. Windows color (decimal): -8490017 or 14644094. OLE color: 14644094.

HSL color Cylindrical-coordinate representation of color #7E73DF: hue angle of 246.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E73DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 115 223 -
CMYK 0.43 0.48 0 0.13
HSL 246.11º 0.63% 0.66% -
HSV(B) 246.11º 0.48% 0.87% -
XYZ 28.05 22.02 72.58 -
YUV 130.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 126 115 223 0.43 0.48 0 0.13 246.11 0.63 0.66
Hex 7E 73 DF 2B 30 0 D F6 3F 42
Octal 176 163 337 53 60 0 15 366 77 102
Binary 1111110 1110011 11011111 101011 110000 0 1101 11110110 111111 1000010

Color Harmonies of #7E73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E73DF

Black with #7E73DF

Text Example


Text Example

White with #7E73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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