Html Css Color HEX #7F4FEA Medium Slate Blue

📋 copy color: '#7F4FEA'

red 127 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #7F4FEA

Tints of Medium Slate Blue #7F4FEA

RGB

 RED value IS 127 (50% from 255) = 28.86%

 GREEN value IS 79 (31.25% from 255) = 17.95%

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 28.86%
G = 17.95%
B = 53.18%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F4FEA (or 0x7F4FEA) is known color: Medium Slate Blue. HEX triplet: 7F, 4F and EA. RGB value is (127,79,234). Sum of RGB (Red+Green+Blue) = 127+79+234=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F4FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4FEA is #80B015. Grayscale: #6E6E6E. Windows color (decimal): -8433686 or 15355775. OLE color: 15355775.

HSL color Cylindrical-coordinate representation of color #7F4FEA: hue angle of 258.58º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F4FEA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 79 234 -
CMYK 0.46 0.66 0 0.08
HSL 258.58º 0.79% 0.61% -
HSV(B) 258.58º 0.66% 0.92% -
XYZ 26.4 16.04 79.55 -
YUV 111.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 127 79 234 0.46 0.66 0 0.08 258.58 0.79 0.61
Hex 7F 4F EA 2E 42 0 8 103 4F 3D
Octal 177 117 352 56 102 0 10 403 117 75
Binary 1111111 1001111 11101010 101110 1000010 0 1000 100000011 1001111 111101

Color Harmonies of #7F4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FEA

Black with #7F4FEA

Text Example


Text Example

White with #7F4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,79,234); }

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

background-color css

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

 a { background-color: rgb(127,79,234); }

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

border-color css

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

 span { border-color: rgb(127,79,234); }

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