#7c65e8

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

Shades of Medium Slate Blue #7C65E8

Tints of Medium Slate Blue #7C65E8

Color information

#7C65E8 (or 0x7C65E8) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 65 and E8. RGB value is (124,101,232). Sum of RGB (Red+Green+Blue) = 124+101+232=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C65E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65E8 is #839A17. Grayscale: #7A7A7A. Windows color (decimal): -8624664 or 15230332. OLE color: 15230332.

HSL color Cylindrical-coordinate representation of color #7C65E8: hue angle of 250.53º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C65E8 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124101232-
CMYK0.470.5600.09
HSL250.53º74.01%65.29%-
HSV(B)250.53º56.47%90.98%-
XYZ27.5319.4278.64-
YUV122.81189.62128.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 232 (91.02% from 255) = 50.77%
R=27.13%
G=22.10%
B=50.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1241012320.470.5600.09250.5374.0165.29
Hex7C65E82F3809fb4a41
Octal1741453505770011373112101
Binary1111100110010111101000101111111000010011111101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c65e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,232); }

 H1.HeaderClassName
 {
   color: #7c65e8;
 }
 .AnyTagClassName
 {
   color: #7c65e8;
 }
</style>
background-color css

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

 a { background-color: rgb(124,101,232); }

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

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

 span { border-color: rgb(124,101,232); }

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