Html Css Color HEX #7F52F6 Medium Slate Blue

📋 copy color: '#7F52F6'

red 127 ◦ green 82 ◦ blue 246

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

Shades of Medium Slate Blue #7F52F6

Tints of Medium Slate Blue #7F52F6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

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

R = 27.91%
G = 18.02%
B = 54.07%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7F52F6 (or 0x7F52F6) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and F6. RGB value is (127,82,246). Sum of RGB (Red+Green+Blue) = 127+82+246=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F52F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52F6 is #80AD09. Grayscale: #717171. Windows color (decimal): -8432906 or 16142975. OLE color: 16142975.

HSL color Cylindrical-coordinate representation of color #7F52F6: hue angle of 256.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F52F6 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 127 82 246 -
CMYK 0.48 0.67 0 0.04
HSL 256.46º 0.9% 0.64% -
HSV(B) 256.46º 0.67% 0.96% -
XYZ 28.4 17.2 89.01 -
YUV 114.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 127 82 246 0.48 0.67 0 0.04 256.46 0.9 0.64
Hex 7F 52 F6 30 43 0 4 100 5A 40
Octal 177 122 366 60 103 0 4 400 132 100
Binary 1111111 1010010 11110110 110000 1000011 0 100 100000000 1011010 1000000

Color Harmonies of #7F52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52F6

Black with #7F52F6

Text Example


Text Example

White with #7F52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,82,246); }

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

background-color css

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

 a { background-color: rgb(127,82,246); }

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

border-color css

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

 span { border-color: rgb(127,82,246); }

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