Html Css Color HEX #7E4BFF Medium Slate Blue

📋 copy color: '#7E4BFF'

red 126 ◦ green 75 ◦ blue 255

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

Shades of Medium Slate Blue #7E4BFF

Tints of Medium Slate Blue #7E4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.45%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 27.63%
G = 16.45%
B = 55.92%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E4BFF (or 0x7E4BFF) is known color: Medium Slate Blue. HEX triplet: 7E, 4B and FF. RGB value is (126,75,255). Sum of RGB (Red+Green+Blue) = 126+75+255=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E4BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4BFF is #81B400. Grayscale: #6E6E6E. Windows color (decimal): -8500225 or 16731006. OLE color: 16731006.

HSL color Cylindrical-coordinate representation of color #7E4BFF: hue angle of 257º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E4BFF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 75 255 -
CMYK 0.51 0.71 0 0
HSL 257º 1% 0.65% -
HSV(B) 257º 0.71% 1% -
XYZ 29.17 16.69 96.29 -
YUV 110.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 126 75 255 0.51 0.71 0 0 257 1 0.65
Hex 7E 4B FF 33 47 0 0 101 64 41
Octal 176 113 377 63 107 0 0 401 144 101
Binary 1111110 1001011 11111111 110011 1000111 0 0 100000001 1100100 1000001

Color Harmonies of #7E4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4BFF

Black with #7E4BFF

Text Example


Text Example

White with #7E4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,75,255); }

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

background-color css

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

 a { background-color: rgb(126,75,255); }

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

border-color css

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

 span { border-color: rgb(126,75,255); }

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