Html Css Color HEX #7F49FA Medium Slate Blue

📋 copy color: '#7F49FA'

red 127 ◦ green 73 ◦ blue 250

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

Shades of Medium Slate Blue #7F49FA

Tints of Medium Slate Blue #7F49FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.22%

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 28.22%
G = 16.22%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F49FA (or 0x7F49FA) is known color: Medium Slate Blue. HEX triplet: 7F, 49 and FA. RGB value is (127,73,250). Sum of RGB (Red+Green+Blue) = 127+73+250=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F49FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F49FA is #80B605. Grayscale: #6C6C6C. Windows color (decimal): -8435206 or 16402815. OLE color: 16402815.

HSL color Cylindrical-coordinate representation of color #7F49FA: hue angle of 258.31º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F49FA is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 73 250 -
CMYK 0.49 0.71 0 0.02
HSL 258.31º 0.95% 0.63% -
HSV(B) 258.31º 0.71% 0.98% -
XYZ 28.39 16.18 92.07 -
YUV 109.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 127 73 250 0.49 0.71 0 0.02 258.31 0.95 0.63
Hex 7F 49 FA 31 47 0 2 102 5F 3F
Octal 177 111 372 61 107 0 2 402 137 77
Binary 1111111 1001001 11111010 110001 1000111 0 10 100000010 1011111 111111

Color Harmonies of #7F49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F49FA

Black with #7F49FA

Text Example


Text Example

White with #7F49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,73,250); }

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

background-color css

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

 a { background-color: rgb(127,73,250); }

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

border-color css

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

 span { border-color: rgb(127,73,250); }

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