Html Css Color HEX #7D63EB Medium Slate Blue

📋 copy color: '#7D63EB'

red 125 ◦ green 99 ◦ blue 235

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

Shades of Medium Slate Blue #7D63EB

Tints of Medium Slate Blue #7D63EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 27.23%
G = 21.57%
B = 51.2%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D63EB (or 0x7D63EB) is known color: Medium Slate Blue. HEX triplet: 7D, 63 and EB. RGB value is (125,99,235). Sum of RGB (Red+Green+Blue) = 125+99+235=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D63EB is #829C14. Grayscale: #797979. Windows color (decimal): -8559637 or 15426429. OLE color: 15426429.

HSL color Cylindrical-coordinate representation of color #7D63EB: hue angle of 251.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D63EB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 99 235 -
CMYK 0.47 0.58 0 0.08
HSL 251.47º 0.77% 0.65% -
HSV(B) 251.47º 0.58% 0.92% -
XYZ 27.91 19.28 80.85 -
YUV 122.28 191.61 129.94 -
System Red Green Blue C M Y K H S L
Decimal 125 99 235 0.47 0.58 0 0.08 251.47 0.77 0.65
Hex 7D 63 EB 2F 3A 0 8 FB 4D 41
Octal 175 143 353 57 72 0 10 373 115 101
Binary 1111101 1100011 11101011 101111 111010 0 1000 11111011 1001101 1000001

Color Harmonies of #7D63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D63EB

Black with #7D63EB

Text Example


Text Example

White with #7D63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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