Html Css Color HEX #7E7AED Medium Slate Blue

📋 copy color: '#7E7AED'

red 126 ◦ green 122 ◦ blue 237

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

Shades of Medium Slate Blue #7E7AED

Tints of Medium Slate Blue #7E7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.15%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 25.98%
G = 25.15%
B = 48.87%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E7AED (or 0x7E7AED) is known color: Medium Slate Blue. HEX triplet: 7E, 7A and ED. RGB value is (126,122,237). Sum of RGB (Red+Green+Blue) = 126+122+237=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E7AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7AED is #818512. Grayscale: #878787. Windows color (decimal): -8488211 or 15563390. OLE color: 15563390.

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

Color convert

RGB 126 122 237 -
CMYK 0.47 0.49 0 0.07
HSL 242.09º 0.76% 0.7% -
HSV(B) 242.09º 0.49% 0.93% -
XYZ 30.85 24.47 83.22 -
YUV 136.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 126 122 237 0.47 0.49 0 0.07 242.09 0.76 0.7
Hex 7E 7A ED 2F 31 0 7 F2 4C 46
Octal 176 172 355 57 61 0 7 362 114 106
Binary 1111110 1111010 11101101 101111 110001 0 111 11110010 1001100 1000110

Color Harmonies of #7E7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7AED

Black with #7E7AED

Text Example


Text Example

White with #7E7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,122,237); }

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

background-color css

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

 a { background-color: rgb(126,122,237); }

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

border-color css

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

 span { border-color: rgb(126,122,237); }

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