#7C65EA

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

Shades of Medium Slate Blue #7C65EA

Tints of Medium Slate Blue #7C65EA

Color information

#7C65EA (or 0x7C65EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 65 and EA. RGB value is (124,101,234). Sum of RGB (Red+Green+Blue) = 124+101+234=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C65EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65EA is #839A15. Grayscale: #7A7A7A. Windows color (decimal): -8624662 or 15361404. OLE color: 15361404.

HSL color Cylindrical-coordinate representation of color #7C65EA: hue angle of 250.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C65EA is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124101234-
CMYK0.470.5700.08
HSL250.38º76%65.69%-
HSV(B)250.38º56.84%91.76%-
XYZ27.8219.5380.15-
YUV123.04190.62128.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=27.02%
G=22.00%
B=50.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241012340.470.5700.08250.387665.69
Hex7C65EA2F3908fa4c42
Octal1741453525771010372114102
Binary1111100110010111101010101111111001010001111101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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