Html Css Color HEX #7F50F1 Medium Slate Blue

📋 copy color: '#7F50F1'

red 127 ◦ green 80 ◦ blue 241

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

Shades of Medium Slate Blue #7F50F1

Tints of Medium Slate Blue #7F50F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

 BLUE value IS 241 (94.53% from 255) = 53.79%

R = 28.35%
G = 17.86%
B = 53.79%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7F50F1 (or 0x7F50F1) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and F1. RGB value is (127,80,241). Sum of RGB (Red+Green+Blue) = 127+80+241=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F50F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50F1 is #80AF0E. Grayscale: #6F6F6F. Windows color (decimal): -8433423 or 15814783. OLE color: 15814783.

HSL color Cylindrical-coordinate representation of color #7F50F1: hue angle of 257.52º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F50F1 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 80 241 -
CMYK 0.47 0.67 0 0.05
HSL 257.52º 0.85% 0.63% -
HSV(B) 257.52º 0.67% 0.95% -
XYZ 27.5 16.6 84.97 -
YUV 112.41 200.57 138.41 -
System Red Green Blue C M Y K H S L
Decimal 127 80 241 0.47 0.67 0 0.05 257.52 0.85 0.63
Hex 7F 50 F1 2F 43 0 5 102 55 3F
Octal 177 120 361 57 103 0 5 402 125 77
Binary 1111111 1010000 11110001 101111 1000011 0 101 100000010 1010101 111111

Color Harmonies of #7F50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50F1

Black with #7F50F1

Text Example


Text Example

White with #7F50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,241); }

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

background-color css

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

 a { background-color: rgb(127,80,241); }

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

border-color css

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

 span { border-color: rgb(127,80,241); }

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