Html Css Color HEX #7D5BE8 Medium Slate Blue

📋 copy color: '#7D5BE8'

red 125 ◦ green 91 ◦ blue 232

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

Shades of Medium Slate Blue #7D5BE8

Tints of Medium Slate Blue #7D5BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 51.79%

R = 27.9%
G = 20.31%
B = 51.79%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7D5BE8 (or 0x7D5BE8) is known color: Medium Slate Blue. HEX triplet: 7D, 5B and E8. RGB value is (125,91,232). Sum of RGB (Red+Green+Blue) = 125+91+232=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D5BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5BE8 is #82A417. Grayscale: #747474. Windows color (decimal): -8561688 or 15227773. OLE color: 15227773.

HSL color Cylindrical-coordinate representation of color #7D5BE8: hue angle of 254.47º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D5BE8 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 91 232 -
CMYK 0.46 0.61 0 0.09
HSL 254.47º 0.75% 0.63% -
HSV(B) 254.47º 0.61% 0.91% -
XYZ 26.76 17.67 78.34 -
YUV 117.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 125 91 232 0.46 0.61 0 0.09 254.47 0.75 0.63
Hex 7D 5B E8 2E 3D 0 9 FE 4B 3F
Octal 175 133 350 56 75 0 11 376 113 77
Binary 1111101 1011011 11101000 101110 111101 0 1001 11111110 1001011 111111

Color Harmonies of #7D5BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BE8

Black with #7D5BE8

Text Example


Text Example

White with #7D5BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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