Html Css Color HEX #7C58FE Medium Slate Blue

📋 copy color: '#7C58FE'

red 124 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #7C58FE

Tints of Medium Slate Blue #7C58FE

RGB

 RED value IS 124 (48.83% from 255) = 26.61%

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

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

R = 26.61%
G = 18.88%
B = 54.51%

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

#7C58FE (or 0x7C58FE) is known color: Medium Slate Blue. HEX triplet: 7C, 58 and FE. RGB value is (124,88,254). Sum of RGB (Red+Green+Blue) = 124+88+254=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 88 (34.77% from 255 or 18.88% 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 #7C58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C58FE is #83A701. Grayscale: #757575. Windows color (decimal): -8627970 or 16668796. OLE color: 16668796.

HSL color Cylindrical-coordinate representation of color #7C58FE: hue angle of 253.01º 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 #7C58FE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 88 254 -
CMYK 0.51 0.65 0 0.00
HSL 253.01º 0.99% 0.67% -
HSV(B) 253.01º 0.65% 1% -
XYZ 29.69 18.42 95.76 -
YUV 117.69 204.93 132.5 -
System Red Green Blue C M Y K H S L
Decimal 124 88 254 0.51 0.65 0 0.00 253.01 0.99 0.67
Hex 7C 58 FE 33 41 0 0 FD 63 43
Octal 174 130 376 63 101 0 0 375 143 103
Binary 1111100 1011000 11111110 110011 1000001 0 0 11111101 1100011 1000011

Color Harmonies of #7C58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58FE

Black with #7C58FE

Text Example


Text Example

White with #7C58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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