Html Css Color HEX #7D63DF Medium Slate Blue

📋 copy color: '#7D63DF'

red 125 ◦ green 99 ◦ blue 223

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

Shades of Medium Slate Blue #7D63DF

Tints of Medium Slate Blue #7D63DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 27.96%
G = 22.15%
B = 49.89%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D63DF (or 0x7D63DF) is known color: Medium Slate Blue. HEX triplet: 7D, 63 and DF. RGB value is (125,99,223). Sum of RGB (Red+Green+Blue) = 125+99+223=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D63DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D63DF is #829C20. Grayscale: #787878. Windows color (decimal): -8559649 or 14639997. OLE color: 14639997.

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

Color convert

RGB 125 99 223 -
CMYK 0.44 0.56 0 0.13
HSL 252.58º 0.66% 0.63% -
HSV(B) 252.58º 0.56% 0.87% -
XYZ 26.24 18.61 72.02 -
YUV 120.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 125 99 223 0.44 0.56 0 0.13 252.58 0.66 0.63
Hex 7D 63 DF 2C 38 0 D FD 42 3F
Octal 175 143 337 54 70 0 15 375 102 77
Binary 1111101 1100011 11011111 101100 111000 0 1101 11111101 1000010 111111

Color Harmonies of #7D63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63DF

Black with #7D63DF

Text Example


Text Example

White with #7D63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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