Html Css Color HEX #7D58FF Medium Slate Blue

📋 copy color: '#7D58FF'

red 125 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7D58FF

Tints of Medium Slate Blue #7D58FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 26.71%
G = 18.8%
B = 54.49%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D58FF (or 0x7D58FF) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and FF. RGB value is (125,88,255). Sum of RGB (Red+Green+Blue) = 125+88+255=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D58FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58FF is #82A700. Grayscale: #757575. Windows color (decimal): -8562433 or 16734333. OLE color: 16734333.

HSL color Cylindrical-coordinate representation of color #7D58FF: hue angle of 253.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D58FF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 88 255 -
CMYK 0.51 0.65 0 0
HSL 253.29º 1% 0.67% -
HSV(B) 253.29º 0.65% 1% -
XYZ 30 18.56 96.61 -
YUV 118.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 125 88 255 0.51 0.65 0 0 253.29 1 0.67
Hex 7D 58 FF 33 41 0 0 FD 64 43
Octal 175 130 377 63 101 0 0 375 144 103
Binary 1111101 1011000 11111111 110011 1000001 0 0 11111101 1100100 1000011

Color Harmonies of #7D58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58FF

Black with #7D58FF

Text Example


Text Example

White with #7D58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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