Html Css Color HEX #7D52F6 Medium Slate Blue

📋 copy color: '#7D52F6'

red 125 ◦ green 82 ◦ blue 246

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

Shades of Medium Slate Blue #7D52F6

Tints of Medium Slate Blue #7D52F6

RGB

 RED value IS 125 (49.22% from 255) = 27.59%

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

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

R = 27.59%
G = 18.1%
B = 54.3%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7D52F6 (or 0x7D52F6) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and F6. RGB value is (125,82,246). Sum of RGB (Red+Green+Blue) = 125+82+246=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #7D52F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52F6 is #82AD09. Grayscale: #707070. Windows color (decimal): -8563978 or 16142973. OLE color: 16142973.

HSL color Cylindrical-coordinate representation of color #7D52F6: hue angle of 255.73º 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 #7D52F6 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 82 246 -
CMYK 0.49 0.67 0 0.04
HSL 255.73º 0.9% 0.64% -
HSV(B) 255.73º 0.67% 0.96% -
XYZ 28.11 17.05 89 -
YUV 113.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 125 82 246 0.49 0.67 0 0.04 255.73 0.9 0.64
Hex 7D 52 F6 31 43 0 4 100 5A 40
Octal 175 122 366 61 103 0 4 400 132 100
Binary 1111101 1010010 11110110 110001 1000011 0 100 100000000 1011010 1000000

Color Harmonies of #7D52F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52F6

Black with #7D52F6

Text Example


Text Example

White with #7D52F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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