Html Css Color HEX #7E5FDF Medium Slate Blue

📋 copy color: '#7E5FDF'

red 126 ◦ green 95 ◦ blue 223

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

Shades of Medium Slate Blue #7E5FDF

Tints of Medium Slate Blue #7E5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.4%

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

R = 28.38%
G = 21.4%
B = 50.23%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E5FDF (or 0x7E5FDF) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and DF. RGB value is (126,95,223). Sum of RGB (Red+Green+Blue) = 126+95+223=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E5FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FDF is #81A020. Grayscale: #767676. Windows color (decimal): -8495137 or 14638974. OLE color: 14638974.

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

Color convert

RGB 126 95 223 -
CMYK 0.43 0.57 0 0.13
HSL 254.53º 0.67% 0.62% -
HSV(B) 254.53º 0.57% 0.87% -
XYZ 26.02 17.95 71.91 -
YUV 118.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 126 95 223 0.43 0.57 0 0.13 254.53 0.67 0.62
Hex 7E 5F DF 2B 39 0 D FF 43 3E
Octal 176 137 337 53 71 0 15 377 103 76
Binary 1111110 1011111 11011111 101011 111001 0 1101 11111111 1000011 111110

Color Harmonies of #7E5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FDF

Black with #7E5FDF

Text Example


Text Example

White with #7E5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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