Html Css Color HEX #7D64EB Medium Slate Blue

📋 copy color: '#7D64EB'

red 125 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #7D64EB

Tints of Medium Slate Blue #7D64EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

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

R = 27.17%
G = 21.74%
B = 51.09%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D64EB (or 0x7D64EB) is known color: Medium Slate Blue. HEX triplet: 7D, 64 and EB. RGB value is (125,100,235). Sum of RGB (Red+Green+Blue) = 125+100+235=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D64EB is #829B14. Grayscale: #7A7A7A. Windows color (decimal): -8559381 or 15426685. OLE color: 15426685.

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

Color convert

RGB 125 100 235 -
CMYK 0.47 0.57 0 0.08
HSL 251.11º 0.77% 0.66% -
HSV(B) 251.11º 0.57% 0.92% -
XYZ 28.01 19.47 80.88 -
YUV 122.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 125 100 235 0.47 0.57 0 0.08 251.11 0.77 0.66
Hex 7D 64 EB 2F 39 0 8 FB 4D 42
Octal 175 144 353 57 71 0 10 373 115 102
Binary 1111101 1100100 11101011 101111 111001 0 1000 11111011 1001101 1000010

Color Harmonies of #7D64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D64EB

Black with #7D64EB

Text Example


Text Example

White with #7D64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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