Html Css Color HEX #7E5FE7 Medium Slate Blue

📋 copy color: '#7E5FE7'

red 126 ◦ green 95 ◦ blue 231

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

Shades of Medium Slate Blue #7E5FE7

Tints of Medium Slate Blue #7E5FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.11%

R = 27.88%
G = 21.02%
B = 51.11%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7E5FE7 (or 0x7E5FE7) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and E7. RGB value is (126,95,231). Sum of RGB (Red+Green+Blue) = 126+95+231=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #7E5FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FE7 is #81A018. Grayscale: #777777. Windows color (decimal): -8495129 or 15163262. OLE color: 15163262.

HSL color Cylindrical-coordinate representation of color #7E5FE7: hue angle of 253.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E5FE7 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 126 95 231 -
CMYK 0.45 0.59 0 0.09
HSL 253.68º 0.74% 0.64% -
HSV(B) 253.68º 0.59% 0.91% -
XYZ 27.12 18.39 77.72 -
YUV 119.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 126 95 231 0.45 0.59 0 0.09 253.68 0.74 0.64
Hex 7E 5F E7 2D 3B 0 9 FE 4A 40
Octal 176 137 347 55 73 0 11 376 112 100
Binary 1111110 1011111 11100111 101101 111011 0 1001 11111110 1001010 1000000

Color Harmonies of #7E5FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FE7

Black with #7E5FE7

Text Example


Text Example

White with #7E5FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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