Html Css Color HEX #7D57FE Medium Slate Blue

📋 copy color: '#7D57FE'

red 125 ◦ green 87 ◦ blue 254

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

Shades of Medium Slate Blue #7D57FE

Tints of Medium Slate Blue #7D57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

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

R = 26.82%
G = 18.67%
B = 54.51%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7D57FE (or 0x7D57FE) is known color: Medium Slate Blue. HEX triplet: 7D, 57 and FE. RGB value is (125,87,254). Sum of RGB (Red+Green+Blue) = 125+87+254=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D57FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D57FE is #82A801. Grayscale: #747474. Windows color (decimal): -8562690 or 16668541. OLE color: 16668541.

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

Color convert

RGB 125 87 254 -
CMYK 0.51 0.66 0 0.00
HSL 253.65º 0.99% 0.67% -
HSV(B) 253.65º 0.66% 1% -
XYZ 29.76 18.33 95.74 -
YUV 117.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 125 87 254 0.51 0.66 0 0.00 253.65 0.99 0.67
Hex 7D 57 FE 33 42 0 0 FE 63 43
Octal 175 127 376 63 102 0 0 376 143 103
Binary 1111101 1010111 11111110 110011 1000010 0 0 11111110 1100011 1000011

Color Harmonies of #7D57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57FE

Black with #7D57FE

Text Example


Text Example

White with #7D57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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