Html Css Color HEX #7D63E9 Medium Slate Blue

📋 copy color: '#7D63E9'

red 125 ◦ green 99 ◦ blue 233

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

Shades of Medium Slate Blue #7D63E9

Tints of Medium Slate Blue #7D63E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.98%

R = 27.35%
G = 21.66%
B = 50.98%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D63E9 (or 0x7D63E9) is known color: Medium Slate Blue. HEX triplet: 7D, 63 and E9. RGB value is (125,99,233). Sum of RGB (Red+Green+Blue) = 125+99+233=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D63E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D63E9 is #829C16. Grayscale: #797979. Windows color (decimal): -8559639 or 15295357. OLE color: 15295357.

HSL color Cylindrical-coordinate representation of color #7D63E9: hue angle of 251.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D63E9 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 99 233 -
CMYK 0.46 0.58 0 0.09
HSL 251.64º 0.75% 0.65% -
HSV(B) 251.64º 0.58% 0.91% -
XYZ 27.63 19.17 79.33 -
YUV 122.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 125 99 233 0.46 0.58 0 0.09 251.64 0.75 0.65
Hex 7D 63 E9 2E 3A 0 9 FC 4B 41
Octal 175 143 351 56 72 0 11 374 113 101
Binary 1111101 1100011 11101001 101110 111010 0 1001 11111100 1001011 1000001

Color Harmonies of #7D63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63E9

Black with #7D63E9

Text Example


Text Example

White with #7D63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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