#7C58FF

Color #7C58FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7C58FF

Tints of Medium Slate Blue #7C58FF

Color information

#7C58FF (or 0x7C58FF) is unknown color: approx 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

RGB12488255-
CMYK0.510.6500
HSL252.93º100%67.25%-
HSV(B)252.93º65.49%100%-
XYZ29.8518.4896.6-
YUV117.8205.43132.42-

RGB Variations

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

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.60%
R=26.55%
G=18.84%
B=54.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal124882550.510.6500252.9310067.25
Hex7C58FF334100fd6443
Octal1741303776310100375144103
Binary11111001011000111111111100111000001001111110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>