Html Css Color HEX #7F4FDF Medium Slate Blue

📋 copy color: '#7F4FDF'

red 127 ◦ green 79 ◦ blue 223

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

Shades of Medium Slate Blue #7F4FDF

Tints of Medium Slate Blue #7F4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 29.6%
G = 18.41%
B = 51.98%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F4FDF (or 0x7F4FDF) is known color: Medium Slate Blue. HEX triplet: 7F, 4F and DF. RGB value is (127,79,223). Sum of RGB (Red+Green+Blue) = 127+79+223=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F4FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FDF is #80B020. Grayscale: #6D6D6D. Windows color (decimal): -8433697 or 14634879. OLE color: 14634879.

HSL color Cylindrical-coordinate representation of color #7F4FDF: hue angle of 260º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4FDF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 79 223 -
CMYK 0.43 0.65 0 0.13
HSL 260º 0.69% 0.59% -
HSV(B) 260º 0.65% 0.87% -
XYZ 24.87 15.43 71.48 -
YUV 109.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 127 79 223 0.43 0.65 0 0.13 260 0.69 0.59
Hex 7F 4F DF 2B 41 0 D 104 45 3B
Octal 177 117 337 53 101 0 15 404 105 73
Binary 1111111 1001111 11011111 101011 1000001 0 1101 100000100 1000101 111011

Color Harmonies of #7F4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FDF

Black with #7F4FDF

Text Example


Text Example

White with #7F4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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