Html Css Color HEX #7D51DF Medium Slate Blue

📋 copy color: '#7D51DF'

red 125 ◦ green 81 ◦ blue 223

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

Shades of Medium Slate Blue #7D51DF

Tints of Medium Slate Blue #7D51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 29.14%
G = 18.88%
B = 51.98%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D51DF (or 0x7D51DF) is known color: Medium Slate Blue. HEX triplet: 7D, 51 and DF. RGB value is (125,81,223). Sum of RGB (Red+Green+Blue) = 125+81+223=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51DF is #82AE20. Grayscale: #6D6D6D. Windows color (decimal): -8564257 or 14635389. OLE color: 14635389.

HSL color Cylindrical-coordinate representation of color #7D51DF: hue angle of 258.59º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D51DF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 81 223 -
CMYK 0.44 0.64 0 0.13
HSL 258.59º 0.69% 0.6% -
HSV(B) 258.59º 0.64% 0.87% -
XYZ 24.72 15.57 71.52 -
YUV 110.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 125 81 223 0.44 0.64 0 0.13 258.59 0.69 0.6
Hex 7D 51 DF 2C 40 0 D 103 45 3C
Octal 175 121 337 54 100 0 15 403 105 74
Binary 1111101 1010001 11011111 101100 1000000 0 1101 100000011 1000101 111100

Color Harmonies of #7D51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51DF

Black with #7D51DF

Text Example


Text Example

White with #7D51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,223); }

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

background-color css

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

 a { background-color: rgb(125,81,223); }

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

border-color css

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

 span { border-color: rgb(125,81,223); }

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