Html Css Color HEX #7D58EB Medium Slate Blue

📋 copy color: '#7D58EB'

red 125 ◦ green 88 ◦ blue 235

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

Shades of Medium Slate Blue #7D58EB

Tints of Medium Slate Blue #7D58EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

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

R = 27.9%
G = 19.64%
B = 52.46%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D58EB (or 0x7D58EB) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and EB. RGB value is (125,88,235). Sum of RGB (Red+Green+Blue) = 125+88+235=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D58EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58EB is #82A714. Grayscale: #737373. Windows color (decimal): -8562453 or 15423613. OLE color: 15423613.

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

Color convert

RGB 125 88 235 -
CMYK 0.47 0.63 0 0.08
HSL 255.1º 0.79% 0.63% -
HSV(B) 255.1º 0.63% 0.92% -
XYZ 26.94 17.34 80.52 -
YUV 115.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 125 88 235 0.47 0.63 0 0.08 255.1 0.79 0.63
Hex 7D 58 EB 2F 3F 0 8 FF 4F 3F
Octal 175 130 353 57 77 0 10 377 117 77
Binary 1111101 1011000 11101011 101111 111111 0 1000 11111111 1001111 111111

Color Harmonies of #7D58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58EB

Black with #7D58EB

Text Example


Text Example

White with #7D58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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