Html Css Color HEX #7D52FD Medium Slate Blue

📋 copy color: '#7D52FD'

red 125 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #7D52FD

Tints of Medium Slate Blue #7D52FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 27.17%
G = 17.83%
B = 55%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D52FD (or 0x7D52FD) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and FD. RGB value is (125,82,253). Sum of RGB (Red+Green+Blue) = 125+82+253=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D52FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52FD is #82AD02. Grayscale: #717171. Windows color (decimal): -8563971 or 16601725. OLE color: 16601725.

HSL color Cylindrical-coordinate representation of color #7D52FD: hue angle of 255.09º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D52FD is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 82 253 -
CMYK 0.51 0.68 0 0.01
HSL 255.09º 0.98% 0.66% -
HSV(B) 255.09º 0.68% 0.99% -
XYZ 29.2 17.49 94.76 -
YUV 114.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 125 82 253 0.51 0.68 0 0.01 255.09 0.98 0.66
Hex 7D 52 FD 33 44 0 1 FF 62 42
Octal 175 122 375 63 104 0 1 377 142 102
Binary 1111101 1010010 11111101 110011 1000100 0 1 11111111 1100010 1000010

Color Harmonies of #7D52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52FD

Black with #7D52FD

Text Example


Text Example

White with #7D52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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