Html Css Color HEX #7D71DC Medium Slate Blue

📋 copy color: '#7D71DC'

red 125 ◦ green 113 ◦ blue 220

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

Shades of Medium Slate Blue #7D71DC

Tints of Medium Slate Blue #7D71DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 27.29%
G = 24.67%
B = 48.03%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D71DC (or 0x7D71DC) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and DC. RGB value is (125,113,220). Sum of RGB (Red+Green+Blue) = 125+113+220=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D71DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71DC is #828E23. Grayscale: #808080. Windows color (decimal): -8556068 or 14446973. OLE color: 14446973.

HSL color Cylindrical-coordinate representation of color #7D71DC: hue angle of 246.73º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D71DC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 113 220 -
CMYK 0.43 0.49 0 0.14
HSL 246.73º 0.6% 0.65% -
HSV(B) 246.73º 0.49% 0.86% -
XYZ 27.28 21.34 70.39 -
YUV 128.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 125 113 220 0.43 0.49 0 0.14 246.73 0.6 0.65
Hex 7D 71 DC 2B 31 0 E F7 3C 41
Octal 175 161 334 53 61 0 16 367 74 101
Binary 1111101 1110001 11011100 101011 110001 0 1110 11110111 111100 1000001

Color Harmonies of #7D71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D71DC

Black with #7D71DC

Text Example


Text Example

White with #7D71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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