#7C68EA

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

Shades of Medium Slate Blue #7C68EA

Tints of Medium Slate Blue #7C68EA

Color information

#7C68EA (or 0x7C68EA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 68 and EA. RGB value is (124,104,234). Sum of RGB (Red+Green+Blue) = 124+104+234=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C68EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C68EA is #839715. Grayscale: #7C7C7C. Windows color (decimal): -8623894 or 15362172. OLE color: 15362172.

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

Color convert

RGB124104234-
CMYK0.470.5600.08
HSL249.23º75.58%66.27%-
HSV(B)249.23º55.56%91.76%-
XYZ28.1120.1380.24-
YUV124.8189.63127.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=26.84%
G=22.51%
B=50.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241042340.470.5600.08249.2375.5866.27
Hex7C68EA2F3808f94c42
Octal1741503525770010371114102
Binary1111100110100011101010101111111000010001111100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C68EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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