Html Css Color HEX #7E4CEE Medium Slate Blue

📋 copy color: '#7E4CEE'

red 126 ◦ green 76 ◦ blue 238

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

Shades of Medium Slate Blue #7E4CEE

Tints of Medium Slate Blue #7E4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 28.64%
G = 17.27%
B = 54.09%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E4CEE (or 0x7E4CEE) is known color: Medium Slate Blue. HEX triplet: 7E, 4C and EE. RGB value is (126,76,238). Sum of RGB (Red+Green+Blue) = 126+76+238=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E4CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4CEE is #81B311. Grayscale: #6C6C6C. Windows color (decimal): -8499986 or 15617150. OLE color: 15617150.

HSL color Cylindrical-coordinate representation of color #7E4CEE: hue angle of 258.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E4CEE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 76 238 -
CMYK 0.47 0.68 0 0.07
HSL 258.52º 0.83% 0.62% -
HSV(B) 258.52º 0.68% 0.93% -
XYZ 26.62 15.78 82.53 -
YUV 109.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 126 76 238 0.47 0.68 0 0.07 258.52 0.83 0.62
Hex 7E 4C EE 2F 44 0 7 103 53 3E
Octal 176 114 356 57 104 0 7 403 123 76
Binary 1111110 1001100 11101110 101111 1000100 0 111 100000011 1010011 111110

Color Harmonies of #7E4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CEE

Black with #7E4CEE

Text Example


Text Example

White with #7E4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,76,238); }

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

background-color css

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

 a { background-color: rgb(126,76,238); }

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

border-color css

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

 span { border-color: rgb(126,76,238); }

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