Html Css Color HEX #7D71EB Medium Slate Blue

📋 copy color: '#7D71EB'

red 125 ◦ green 113 ◦ blue 235

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

Shades of Medium Slate Blue #7D71EB

Tints of Medium Slate Blue #7D71EB

RGB

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

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

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

R = 26.43%
G = 23.89%
B = 49.68%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D71EB (or 0x7D71EB) is known color: Medium Slate Blue. HEX triplet: 7D, 71 and EB. RGB value is (125,113,235). Sum of RGB (Red+Green+Blue) = 125+113+235=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D71EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D71EB is #828E14. Grayscale: #828282. Windows color (decimal): -8556053 or 15430013. OLE color: 15430013.

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

Color convert

RGB 125 113 235 -
CMYK 0.47 0.52 0 0.08
HSL 245.9º 0.75% 0.68% -
HSV(B) 245.9º 0.52% 0.92% -
XYZ 29.36 22.17 81.33 -
YUV 130.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 125 113 235 0.47 0.52 0 0.08 245.9 0.75 0.68
Hex 7D 71 EB 2F 34 0 8 F6 4B 44
Octal 175 161 353 57 64 0 10 366 113 104
Binary 1111101 1110001 11101011 101111 110100 0 1000 11110110 1001011 1000100

Color Harmonies of #7D71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D71EB

Black with #7D71EB

Text Example


Text Example

White with #7D71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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