Html Css Color HEX #7D52FB Medium Slate Blue

📋 copy color: '#7D52FB'

red 125 ◦ green 82 ◦ blue 251

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

Shades of Medium Slate Blue #7D52FB

Tints of Medium Slate Blue #7D52FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 27.29%
G = 17.9%
B = 54.8%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D52FB (or 0x7D52FB) is known color: Medium Slate Blue. HEX triplet: 7D, 52 and FB. RGB value is (125,82,251). Sum of RGB (Red+Green+Blue) = 125+82+251=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D52FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D52FB is #82AD04. Grayscale: #717171. Windows color (decimal): -8563973 or 16470653. OLE color: 16470653.

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

Color convert

RGB 125 82 251 -
CMYK 0.50 0.67 0 0.02
HSL 255.27º 0.95% 0.65% -
HSV(B) 255.27º 0.67% 0.98% -
XYZ 28.89 17.36 93.1 -
YUV 114.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 125 82 251 0.50 0.67 0 0.02 255.27 0.95 0.65
Hex 7D 52 FB 32 43 0 2 FF 5F 41
Octal 175 122 373 62 103 0 2 377 137 101
Binary 1111101 1010010 11111011 110010 1000011 0 10 11111111 1011111 1000001

Color Harmonies of #7D52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52FB

Black with #7D52FB

Text Example


Text Example

White with #7D52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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