Html Css Color HEX #7D52FC Medium Slate Blue

📋 copy color: '#7D52FC'

red 125 ◦ green 82 ◦ blue 252

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

Shades of Medium Slate Blue #7D52FC

Tints of Medium Slate Blue #7D52FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 27.23%
G = 17.86%
B = 54.9%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D52FC (or 0x7D52FC) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and FC. RGB value is (125,82,252). Sum of RGB (Red+Green+Blue) = 125+82+252=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D52FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52FC is #82AD03. Grayscale: #717171. Windows color (decimal): -8563972 or 16536189. OLE color: 16536189.

HSL color Cylindrical-coordinate representation of color #7D52FC: hue angle of 255.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D52FC is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 82 252 -
CMYK 0.50 0.67 0 0.01
HSL 255.18º 0.97% 0.65% -
HSV(B) 255.18º 0.67% 0.99% -
XYZ 29.05 17.42 93.93 -
YUV 114.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 125 82 252 0.50 0.67 0 0.01 255.18 0.97 0.65
Hex 7D 52 FC 32 43 0 1 FF 61 41
Octal 175 122 374 62 103 0 1 377 141 101
Binary 1111101 1010010 11111100 110010 1000011 0 1 11111111 1100001 1000001

Color Harmonies of #7D52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52FC

Black with #7D52FC

Text Example


Text Example

White with #7D52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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