Html Css Color HEX #7C58FF Medium Slate Blue

📋 copy color: '#7C58FF'

red 124 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #7C58FF

Tints of Medium Slate Blue #7C58FF

RGB

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

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

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

R = 26.55%
G = 18.84%
B = 54.6%

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

#7C58FF (or 0x7C58FF) is known color: Medium Slate Blue. HEX triplet: 7C, 58 and FF. RGB value is (124,88,255). Sum of RGB (Red+Green+Blue) = 124+88+255=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C58FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C58FF is #83A700. Grayscale: #757575. Windows color (decimal): -8627969 or 16734332. OLE color: 16734332.

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

Color convert

RGB 124 88 255 -
CMYK 0.51 0.65 0 0
HSL 252.93º 1% 0.67% -
HSV(B) 252.93º 0.65% 1% -
XYZ 29.85 18.48 96.6 -
YUV 117.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 124 88 255 0.51 0.65 0 0 252.93 1 0.67
Hex 7C 58 FF 33 41 0 0 FD 64 43
Octal 174 130 377 63 101 0 0 375 144 103
Binary 1111100 1011000 11111111 110011 1000001 0 0 11111101 1100100 1000011

Color Harmonies of #7C58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58FF

Black with #7C58FF

Text Example


Text Example

White with #7C58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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