Html Css Color HEX #7C58F6 Medium Slate Blue

📋 copy color: '#7C58F6'

red 124 ◦ green 88 ◦ blue 246

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

Shades of Medium Slate Blue #7C58F6

Tints of Medium Slate Blue #7C58F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.71%

R = 27.07%
G = 19.21%
B = 53.71%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7C58F6 (or 0x7C58F6) is known color: Medium Slate Blue. HEX triplet: 7C, 58 and F6. RGB value is (124,88,246). Sum of RGB (Red+Green+Blue) = 124+88+246=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C58F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C58F6 is #83A709. Grayscale: #747474. Windows color (decimal): -8627978 or 16144508. OLE color: 16144508.

HSL color Cylindrical-coordinate representation of color #7C58F6: hue angle of 253.67º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C58F6 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 88 246 -
CMYK 0.50 0.64 0 0.04
HSL 253.67º 0.9% 0.65% -
HSV(B) 253.67º 0.64% 0.96% -
XYZ 28.44 17.92 89.15 -
YUV 116.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 124 88 246 0.50 0.64 0 0.04 253.67 0.9 0.65
Hex 7C 58 F6 32 40 0 4 FE 5A 41
Octal 174 130 366 62 100 0 4 376 132 101
Binary 1111100 1011000 11110110 110010 1000000 0 100 11111110 1011010 1000001

Color Harmonies of #7C58F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58F6

Black with #7C58F6

Text Example


Text Example

White with #7C58F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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