Html Css Color HEX #7D58FE Medium Slate Blue

📋 copy color: '#7D58FE'

red 125 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #7D58FE

Tints of Medium Slate Blue #7D58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 26.77%
G = 18.84%
B = 54.39%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D58FE (or 0x7D58FE) is known color: Medium Slate Blue. HEX triplet: 7D, 58 and FE. RGB value is (125,88,254). Sum of RGB (Red+Green+Blue) = 125+88+254=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D58FE is #82A701. Grayscale: #757575. Windows color (decimal): -8562434 or 16668797. OLE color: 16668797.

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

Color convert

RGB 125 88 254 -
CMYK 0.51 0.65 0 0.00
HSL 253.37º 0.99% 0.67% -
HSV(B) 253.37º 0.65% 1% -
XYZ 29.84 18.5 95.76 -
YUV 117.99 204.76 133 -
System Red Green Blue C M Y K H S L
Decimal 125 88 254 0.51 0.65 0 0.00 253.37 0.99 0.67
Hex 7D 58 FE 33 41 0 0 FD 63 43
Octal 175 130 376 63 101 0 0 375 143 103
Binary 1111101 1011000 11111110 110011 1000001 0 0 11111101 1100011 1000011

Color Harmonies of #7D58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D58FE

Black with #7D58FE

Text Example


Text Example

White with #7D58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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