Html Css Color HEX #7E4AFB Medium Slate Blue

📋 copy color: '#7E4AFB'

red 126 ◦ green 74 ◦ blue 251

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

Shades of Medium Slate Blue #7E4AFB

Tints of Medium Slate Blue #7E4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.41%

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 27.94%
G = 16.41%
B = 55.65%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E4AFB (or 0x7E4AFB) is known color: Medium Slate Blue. HEX triplet: 7E, 4A and FB. RGB value is (126,74,251). Sum of RGB (Red+Green+Blue) = 126+74+251=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4AFB is #81B504. Grayscale: #6D6D6D. Windows color (decimal): -8500485 or 16468606. OLE color: 16468606.

HSL color Cylindrical-coordinate representation of color #7E4AFB: hue angle of 257.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E4AFB is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 74 251 -
CMYK 0.50 0.71 0 0.02
HSL 257.63º 0.96% 0.64% -
HSV(B) 257.63º 0.71% 0.98% -
XYZ 28.47 16.3 92.91 -
YUV 109.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 126 74 251 0.50 0.71 0 0.02 257.63 0.96 0.64
Hex 7E 4A FB 32 47 0 2 102 60 40
Octal 176 112 373 62 107 0 2 402 140 100
Binary 1111110 1001010 11111011 110010 1000111 0 10 100000010 1100000 1000000

Color Harmonies of #7E4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4AFB

Black with #7E4AFB

Text Example


Text Example

White with #7E4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,74,251); }

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

background-color css

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

 a { background-color: rgb(126,74,251); }

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

border-color css

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

 span { border-color: rgb(126,74,251); }

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