Html Css Color HEX #7F4DED Medium Slate Blue

📋 copy color: '#7F4DED'

red 127 ◦ green 77 ◦ blue 237

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

Shades of Medium Slate Blue #7F4DED

Tints of Medium Slate Blue #7F4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.46%

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

R = 28.8%
G = 17.46%
B = 53.74%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F4DED (or 0x7F4DED) is known color: Medium Slate Blue. HEX triplet: 7F, 4D and ED. RGB value is (127,77,237). Sum of RGB (Red+Green+Blue) = 127+77+237=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F4DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4DED is #80B212. Grayscale: #6D6D6D. Windows color (decimal): -8434195 or 15551871. OLE color: 15551871.

HSL color Cylindrical-coordinate representation of color #7F4DED: hue angle of 258.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F4DED is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 77 237 -
CMYK 0.46 0.68 0 0.07
HSL 258.75º 0.82% 0.62% -
HSV(B) 258.75º 0.68% 0.93% -
XYZ 26.69 15.93 81.79 -
YUV 110.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 127 77 237 0.46 0.68 0 0.07 258.75 0.82 0.62
Hex 7F 4D ED 2E 44 0 7 103 52 3E
Octal 177 115 355 56 104 0 7 403 122 76
Binary 1111111 1001101 11101101 101110 1000100 0 111 100000011 1010010 111110

Color Harmonies of #7F4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4DED

Black with #7F4DED

Text Example


Text Example

White with #7F4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,77,237); }

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

background-color css

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

 a { background-color: rgb(127,77,237); }

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

border-color css

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

 span { border-color: rgb(127,77,237); }

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