Html Css Color HEX #7C46F6 Medium Slate Blue

📋 copy color: '#7C46F6'

red 124 ◦ green 70 ◦ blue 246

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

Shades of Medium Slate Blue #7C46F6

Tints of Medium Slate Blue #7C46F6

RGB

 RED value IS 124 (48.83% from 255) = 28.18%

 GREEN value IS 70 (27.73% from 255) = 15.91%

 BLUE value IS 246 (96.48% from 255) = 55.91%

R = 28.18%
G = 15.91%
B = 55.91%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7C46F6 (or 0x7C46F6) is known color: Medium Slate Blue. HEX triplet: 7C, 46 and F6. RGB value is (124,70,246). Sum of RGB (Red+Green+Blue) = 124+70+246=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C46F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C46F6 is #83B909. Grayscale: #696969. Windows color (decimal): -8632586 or 16139900. OLE color: 16139900.

HSL color Cylindrical-coordinate representation of color #7C46F6: hue angle of 258.41º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C46F6 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 70 246 -
CMYK 0.50 0.72 0 0.04
HSL 258.41º 0.91% 0.62% -
HSV(B) 258.41º 0.72% 0.96% -
XYZ 27.14 15.32 88.72 -
YUV 106.21 206.89 140.69 -
System Red Green Blue C M Y K H S L
Decimal 124 70 246 0.50 0.72 0 0.04 258.41 0.91 0.62
Hex 7C 46 F6 32 48 0 4 102 5B 3E
Octal 174 106 366 62 110 0 4 402 133 76
Binary 1111100 1000110 11110110 110010 1001000 0 100 100000010 1011011 111110

Color Harmonies of #7C46F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C46F6

Black with #7C46F6

Text Example


Text Example

White with #7C46F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,70,246); }

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

background-color css

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

 a { background-color: rgb(124,70,246); }

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

border-color css

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

 span { border-color: rgb(124,70,246); }

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