Html Css Color HEX #7D73DF Medium Slate Blue

📋 copy color: '#7D73DF'

red 125 ◦ green 115 ◦ blue 223

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

Shades of Medium Slate Blue #7D73DF

Tints of Medium Slate Blue #7D73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 27%
G = 24.84%
B = 48.16%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D73DF (or 0x7D73DF) is known color: Medium Slate Blue. HEX triplet: 7D, 73 and DF. RGB value is (125,115,223). Sum of RGB (Red+Green+Blue) = 125+115+223=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D73DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73DF is #828C20. Grayscale: #818181. Windows color (decimal): -8555553 or 14644093. OLE color: 14644093.

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

Color convert

RGB 125 115 223 -
CMYK 0.44 0.48 0 0.13
HSL 245.56º 0.63% 0.66% -
HSV(B) 245.56º 0.48% 0.87% -
XYZ 27.91 21.95 72.58 -
YUV 130.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 125 115 223 0.44 0.48 0 0.13 245.56 0.63 0.66
Hex 7D 73 DF 2C 30 0 D F6 3F 42
Octal 175 163 337 54 60 0 15 366 77 102
Binary 1111101 1110011 11011111 101100 110000 0 1101 11110110 111111 1000010

Color Harmonies of #7D73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73DF

Black with #7D73DF

Text Example


Text Example

White with #7D73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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