Html Css Color HEX #7D71EC Medium Slate Blue

📋 copy color: '#7D71EC'

red 125 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7D71EC

Tints of Medium Slate Blue #7D71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 26.37%
G = 23.84%
B = 49.79%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D71EC (or 0x7D71EC) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and EC. RGB value is (125,113,236). Sum of RGB (Red+Green+Blue) = 125+113+236=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D71EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D71EC is #828E13. Grayscale: #828282. Windows color (decimal): -8556052 or 15495549. OLE color: 15495549.

HSL color Cylindrical-coordinate representation of color #7D71EC: hue angle of 245.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D71EC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 113 236 -
CMYK 0.47 0.52 0 0.07
HSL 245.85º 0.76% 0.68% -
HSV(B) 245.85º 0.52% 0.93% -
XYZ 29.5 22.23 82.09 -
YUV 130.61 187.48 124 -
System Red Green Blue C M Y K H S L
Decimal 125 113 236 0.47 0.52 0 0.07 245.85 0.76 0.68
Hex 7D 71 EC 2F 34 0 7 F6 4C 44
Octal 175 161 354 57 64 0 7 366 114 104
Binary 1111101 1110001 11101100 101111 110100 0 111 11110110 1001100 1000100

Color Harmonies of #7D71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D71EC

Black with #7D71EC

Text Example


Text Example

White with #7D71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,236); }

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

background-color css

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

 a { background-color: rgb(125,113,236); }

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

border-color css

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

 span { border-color: rgb(125,113,236); }

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