Html Css Color HEX #7D5BF8 Medium Slate Blue

📋 copy color: '#7D5BF8'

red 125 ◦ green 91 ◦ blue 248

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

Shades of Medium Slate Blue #7D5BF8

Tints of Medium Slate Blue #7D5BF8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 26.94%
G = 19.61%
B = 53.45%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7D5BF8 (or 0x7D5BF8) is known color: Medium Slate Blue. HEX triplet: 7D, 5B and F8. RGB value is (125,91,248). Sum of RGB (Red+Green+Blue) = 125+91+248=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #7D5BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5BF8 is #82A407. Grayscale: #767676. Windows color (decimal): -8561672 or 16276349. OLE color: 16276349.

HSL color Cylindrical-coordinate representation of color #7D5BF8: hue angle of 252.99º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D5BF8 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 91 248 -
CMYK 0.50 0.63 0 0.03
HSL 252.99º 0.92% 0.66% -
HSV(B) 252.99º 0.63% 0.97% -
XYZ 29.14 18.62 90.86 -
YUV 119.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 125 91 248 0.50 0.63 0 0.03 252.99 0.92 0.66
Hex 7D 5B F8 32 3F 0 3 FD 5C 42
Octal 175 133 370 62 77 0 3 375 134 102
Binary 1111101 1011011 11111000 110010 111111 0 11 11111101 1011100 1000010

Color Harmonies of #7D5BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BF8

Black with #7D5BF8

Text Example


Text Example

White with #7D5BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,248); }

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

background-color css

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

 a { background-color: rgb(125,91,248); }

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

border-color css

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

 span { border-color: rgb(125,91,248); }

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